MCPcopy Index your code
hub / github.com/Noumena-Network/code / insertQueueOperation

Method insertQueueOperation

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

Source from the content-addressed store, hash-verified

1181 }
1182
1183 async insertQueueOperation(queueOp: QueueOperationMessage) {
1184 return this.trackWrite(async () => {
1185 await this.appendEntry(queueOp)
1186 })
1187 }
1188
1189 async insertAttributionSnapshot(snapshot: AttributionSnapshotMessage) {
1190 return this.trackWrite(async () => {

Callers 1

recordQueueOperationFunction · 0.80

Calls 2

trackWriteMethod · 0.95
appendEntryMethod · 0.95

Tested by

no test coverage detected