MCPcopy Create free account
hub / github.com/GCWing/BitFun / builder

Method builder

src/crates/execution/agent-runtime/src/post_call_hooks.rs:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137impl RuntimeHookRegistry {
138 pub fn builder() -> RuntimeHookRegistryBuilder {
139 RuntimeHookRegistryBuilder::default()
140 }
141
142 pub fn hooks(&self) -> &[RuntimeHookPlan] {
143 &self.hooks

Callers 3

send_system_notificationFunction · 0.80
serveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected