MCPcopy Create free account
hub / github.com/compozy/agh / NativeExecutor

Struct NativeExecutor

internal/hooks/executor_native.go:13–15  ·  view source on GitHub ↗

NativeExecutor runs hooks as direct Go callbacks.

Source from the content-addressed store, hash-verified

11
12// NativeExecutor runs hooks as direct Go callbacks.
13type NativeExecutor struct {
14 callback NativeHookFunc
15}
16
17// TypedNativeHookFunc executes a typed in-process hook without crossing a
18// serialization boundary.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected