Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anomalyco/opencode
/ execute
Function
execute
packages/opencode/test/tool/tool-define.test.ts:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
description:
"test tool"
,
33
parameters: params,
34
execute() {
35
executeFn?.()
36
return
Effect.succeed({ title:
"test"
, output:
"ok"
, metadata: {} })
37
},
38
}
39
}
40
Callers
2
apply_patch.test.ts
File · 0.70
tool-define.test.ts
File · 0.70
Calls
1
push
Method · 0.80
Tested by
no test coverage detected