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

Function destroy

packages/tui/test/util/renderer.test.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 calls.push(`title:${title}`)
10 },
11 destroy() {
12 calls.push("destroy")
13 },
14 })
15 expect(calls).toEqual(["title:", "destroy"])
16})

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected