You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @onion555. Good question. You can access the current method name within any advice function via the current joinpoint's method property, i.e. `meld.joinpoint().method. See also here and here.
meld.after(this.object, [ 'query, 'list' ], (result, functionName /can you pass this back to me ?/)=> {
});
The text was updated successfully, but these errors were encountered: