Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
function
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
52
function
createFailingShell() {
53
const
calls = []
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected