MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / cancelReservation

Method cancelReservation

source code/utils/QueryGuard.ts:51–55  ·  view source on GitHub ↗

* Cancel a reservation when processQueueIfReady had nothing to process. * Transitions dispatching → idle.

()

Source from the content-addressed store, hash-verified

49 * Transitions dispatching → idle.
50 */
51 cancelReservation(): void {
52 if (this._status !== 'dispatching') return
53 this._status = 'idle'
54 this._notify()
55 }
56
57 /**
58 * Start a query. Returns the generation number on success,

Callers 1

executeUserInputFunction · 0.80

Calls 1

_notifyMethod · 0.95

Tested by

no test coverage detected