MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/QueryGuard.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected