Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
884
export
function
readAndWatchFile(watchSet: WatchSet, absPath: string) {
885
return
readAndWatchFileWithHash(watchSet, absPath).contents;
886
}
Callers
1
write
Method · 0.90
Calls
1
readAndWatchFileWithHash
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…