8 lines
290 B
Markdown
8 lines
290 B
Markdown
|
|
# Interception Protocol
|
|
|
|
* `ok` - Do not modify the function call
|
|
* `modify ARGS...` - Modify the arguments of the function call
|
|
* `return VALUE` - Return the given value without calling the real function
|
|
* `fail ERROR` - Return with the given error code without calling the real function
|