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

Method insertQueueOperation

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

Source from the content-addressed store, hash-verified

1099 }
1100
1101 async insertQueueOperation(queueOp: QueueOperationMessage) {
1102 return this.trackWrite(async () => {
1103 await this.appendEntry(queueOp)
1104 })
1105 }
1106
1107 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1108 return this.trackWrite(async () => {

Callers 1

recordQueueOperationFunction · 0.80

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected