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

Class

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

Source from the content-addressed store, hash-verified

1import { watch, type FSWatcher } from "fs";
2
3export class SkillWatcher {
4 private watchers: FSWatcher[] = [];
5 private debounceTimer: number | null = null;
6 private debounceMs: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected