NativeExecutor runs hooks as direct Go callbacks.
| 11 | |
| 12 | // NativeExecutor runs hooks as direct Go callbacks. |
| 13 | type NativeExecutor struct { |
| 14 | callback NativeHookFunc |
| 15 | } |
| 16 | |
| 17 | // TypedNativeHookFunc executes a typed in-process hook without crossing a |
| 18 | // serialization boundary. |
nothing calls this directly
no outgoing calls
no test coverage detected