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

Function queueChanged

packages/opencode/src/cli/cmd/run/subagent-data.ts:106–108  ·  view source on GitHub ↗
(data: SessionData, before: ReturnType<typeof queueSnapshot>)

Source from the content-addressed store, hash-verified

104}
105
106function queueChanged(data: SessionData, before: ReturnType<typeof queueSnapshot>) {
107 return !sameQueue(before.permissions, data.permissions) || !sameQueue(before.questions, data.questions)
108}
109
110function sameCommit(left: StreamCommit, right: StreamCommit) {
111 return (

Callers 3

applyChildEventFunction · 0.85
bootstrapSubagentDataFunction · 0.85
bootstrapSubagentCallsFunction · 0.85

Calls 1

sameQueueFunction · 0.85

Tested by

no test coverage detected