MCPcopy Create free account
hub / github.com/WJX20/claude-code / insertQueueOperation

Method insertQueueOperation

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

Source from the content-addressed store, hash-verified

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

Callers 1

recordQueueOperationFunction · 0.80

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected