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

Class

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

Source from the content-addressed store, hash-verified

29import { createSignal } from './signal.js'
30
31export class QueryGuard {
32 private _status: 'idle' | 'dispatching' | 'running' = 'idle'
33 private _generation = 0
34 private _changed = createSignal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected