Open onion555 opened 5 years ago
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.
Hope that helps!
meld.after(this.object, [ 'query, 'list' ], (result, functionName /can you pass this back to me ?/)=> { });