MCPcopy Index your code
hub / github.com/anomalyco/opencode / call

Function call

packages/core/test/tool-bash.test.ts:127–131  ·  view source on GitHub ↗
(input: typeof BashTool.Input.Type, id = "call-bash")

Source from the content-addressed store, hash-verified

125}
126
127const call = (input: typeof BashTool.Input.Type, id = "call-bash") => ({
128 sessionID,
129 ...toolIdentity,
130 call: { type: "tool-call" as const, id, name: "bash", input },
131})
132
133const it = testEffect(Layer.empty)
134

Callers 1

tool-bash.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected