MCPcopy
hub / github.com/affaan-m/ECC / createClient

Function createClient

tests/opencode-plugin-hooks.test.js:39–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39function createClient() {
40 const logs = []
41 return {
42 logs,
43 app: {
44 log: ({ body }) => {
45 logs.push(body)
46 return Promise.resolve()
47 },
48 },
49 }
50}
51
52function createFailingShell() {
53 const calls = []

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected