MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / insertQueueOperation

Method insertQueueOperation

src/utils/sessionStorage.ts:1124–1128  ·  view source on GitHub ↗
(queueOp: QueueOperationMessage)

Source from the content-addressed store, hash-verified

1122 }
1123
1124 async insertQueueOperation(queueOp: QueueOperationMessage) {
1125 return this.trackWrite(async () => {
1126 await this.appendEntry(queueOp)
1127 })
1128 }
1129
1130 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1131 return this.trackWrite(async () => {

Callers 1

recordQueueOperationFunction · 0.80

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected