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

Function dispose

packages/app/src/context/tab-memory.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 },
28 remove,
29 dispose() {
30 for (const key of entries.keys()) remove(key)
31 },
32 }
33}

Callers 6

global.tsxFile · 0.70
comments.test.tsFile · 0.70
tabs.test.tsFile · 0.70
layout.test.tsFile · 0.70
server.test.tsFile · 0.70
SessionTabSlotFunction · 0.50

Calls 1

removeFunction · 0.70

Tested by

no test coverage detected