MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/db/wal-valve.ts:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80export class WalCheckpointValve {
81 private timer: ReturnType<typeof setInterval> | null = null;
82 private inflight: Promise<void> | null = null;
83 /** Writer pause in progress (hard cap breached): passes loop until a full backfill. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected