MCPcopy Create free account
hub / github.com/Noumena-Network/code / incrementPendingWrites

Method incrementPendingWrites

src/utils/sessionStorage.ts:620–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618 }
619
620 private incrementPendingWrites(): void {
621 this.pendingWriteCount++
622 }
623
624 private decrementPendingWrites(): void {
625 this.pendingWriteCount--

Callers 1

trackWriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected