Can I use this to verify a function I'd like to advise? The idea would be that my advice fails if the function changes. Basically, can I validate source form somehow without patching it?
Can I use this to verify a function I'd like to advise?
The idea would be that my advice fails if the function changes. Basically, can I validate source form somehow without patching it?