MCPcopy
hub / github.com/codeaashu/claude-code / incrementPendingWrites

Method incrementPendingWrites

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

Source from the content-addressed store, hash-verified

580 }
581
582 private incrementPendingWrites(): void {
583 this.pendingWriteCount++
584 }
585
586 private decrementPendingWrites(): void {
587 this.pendingWriteCount--

Callers 1

trackWriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected