MCPcopy Create free account
hub / github.com/Railly/agentfiles / constructor

Method constructor

src/watcher.ts:9–12  ·  view source on GitHub ↗
(debounceMs: number, onChange: () => void)

Source from the content-addressed store, hash-verified

7 private onChange: () => void;
8
9 constructor(debounceMs: number, onChange: () => void) {
10 this.debounceMs = debounceMs;
11 this.onChange = onChange;
12 }
13
14 watchPaths(paths: string[]): void {
15 this.close();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected