MCPcopy
hub / github.com/meteor/meteor / Entry

Interface Entry

tools/fs/safe-watcher.ts:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42type EntryCallback = (event: string) => void;
43
44interface Entry extends SafeWatcher {
45 callbacks: Set<EntryCallback>;
46 rewatch: () => void;
47 release: (callback: EntryCallback) => void;
48}
49
50const entries: Record<string, Entry | null> = Object.create(null);
51

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…