MCPcopy
hub / github.com/meteor/meteor / StatWatcher

Interface StatWatcher

tools/fs/files.ts:1775–1782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1773};
1774
1775interface StatWatcher extends EventEmitter {
1776 stop: () => void;
1777 start: (
1778 filename: string,
1779 options: StatWatcherOptions,
1780 listener: StatListener,
1781 ) => void;
1782}
1783
1784export const watchFile = wrapFsFunc("watchFile", (
1785 filename: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…