Module fnhook
Utility for adding hooks to functions.
| fnhook |
Assign a function to fnhook.<name> to hook the existing function <name>. |
-
fnhook
-
Assign a function to
fnhook.<name> to hook the existing function <name>.
The assigned function will be called with the return values of the existing function, then those same return values will be returned to the caller.