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

Function removeQueued

packages/opencode/test/cli/run/runtime.queue.test.ts:76–78  ·  view source on GitHub ↗
(messageID: string)

Source from the content-addressed store, hash-verified

74 }
75 },
76 removeQueued(messageID: string) {
77 for (const fn of [...queuedRemoves]) fn(messageID)
78 },
79 }
80}
81

Callers

nothing calls this directly

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected