MCPcopy Create free account
hub / github.com/Noumena-Network/code / registerStopFailureHook

Function registerStopFailureHook

src/query.test.ts:121–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121function registerStopFailureHook() {
122 registerHookCallbacks({
123 StopFailure: [
124 {
125 hooks: [
126 {
127 type: 'callback',
128 callback: async input => {
129 stopFailureHookCalls.push(input)
130 return {}
131 },
132 },
133 ],
134 },
135 ],
136 })
137}
138
139function createDeps(
140 callModel: (

Callers 1

query.test.tsFile · 0.85

Calls 1

registerHookCallbacksFunction · 0.85

Tested by

no test coverage detected