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

Class

src/sync/watcher.ts:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 * without blocking on a sync (issue #403)
262 */
263export class FileWatcher {
264 /** macOS/Windows: the single recursive watcher. Null on Linux. */
265 private recursiveWatcher: fs.FSWatcher | null = null;
266 /** Linux: one watcher per watched directory (keyed by absolute path). */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected