MCPcopy
hub / github.com/meteor/meteor / readAndWatchFile

Function readAndWatchFile

tools/fs/watch.ts:884–886  ·  view source on GitHub ↗
(watchSet: WatchSet, absPath: string)

Source from the content-addressed store, hash-verified

882}
883
884export function readAndWatchFile(watchSet: WatchSet, absPath: string) {
885 return readAndWatchFileWithHash(watchSet, absPath).contents;
886}

Callers 1

writeMethod · 0.90

Calls 1

readAndWatchFileWithHashFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…