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

Function callsByMethod

src/services/api/openAICompatWsV2Native.test.ts:34–36  ·  view source on GitHub ↗
(calls: Array<Record<string, unknown>>, method: string)

Source from the content-addressed store, hash-verified

32}
33
34function callsByMethod(calls: Array<Record<string, unknown>>, method: string) {
35 return calls.filter(call => call.method === method)
36}
37
38function makeDelta(content: string, id?: string): string {
39 return JSON.stringify({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected