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

Class

source code/utils/git/gitFilesystem.ts:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected