MCPcopy Create free account
hub / github.com/Kong/insomnia / stop

Method stop

packages/insomnia/src/sync/git/sync-queue.ts:58–60  ·  view source on GitHub ↗

* Stop the queue. Pending tasks are skipped and future `enqueue()` calls are * no-ops.

()

Source from the content-addressed store, hash-verified

56 * no-ops.
57 */
58 stop(): void {
59 this.stopped = true;
60 }
61}

Callers 2

sync-queue.test.tsFile · 0.45
test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected