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

Class

src/utils/git/gitFilesystem.ts:333–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331const WATCH_INTERVAL_MS = process.env.NODE_ENV === 'test' ? 10 : 1000
332
333class GitFileWatcher {
334 private gitDir: string | null = null
335 private commonDir: string | null = null
336 private initialized = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected