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

Method scheduleUpdate

src/watcher.ts:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 private scheduleUpdate(): void {
25 if (this.debounceTimer) window.clearTimeout(this.debounceTimer);
26 this.debounceTimer = window.setTimeout(() => {
27 this.debounceTimer = null;
28 this.onChange();
29 }, this.debounceMs);
30 }
31
32 close(): void {
33 if (this.debounceTimer) {

Callers 1

watchPathsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected