MCPcopy
hub / github.com/anomalyco/opencode / remove

Function remove

packages/opencode/test/control-plane/workspace.test.ts:208–211  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

206 }
207 : {}),
208 async remove(info) {
209 calls.remove.push(structuredClone(info))
210 await input.remove?.(info)
211 },
212 target(info) {
213 calls.target.push(structuredClone(info))
214 return input.target(info)

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
removeMethod · 0.65

Tested by

no test coverage detected