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

Function call

packages/core/test/tool-edit.test.ts:107–111  ·  view source on GitHub ↗
(input: typeof EditTool.Input.Type, id = "call-edit")

Source from the content-addressed store, hash-verified

105}
106
107const call = (input: typeof EditTool.Input.Type, id = "call-edit") => ({
108 sessionID,
109 ...toolIdentity,
110 call: { type: "tool-call" as const, id, name: "edit", input },
111})
112
113const it = testEffect(Layer.empty)
114

Callers 1

tool-edit.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected