Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/meteor/meteor
/ readAndWatchFile
Method
readAndWatchFile
tools/isobuild/compiler-plugin.js:303–305 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
301
}
302
303
readAndWatchFile(path) {
304
return
this.readAndWatchFileWithHash(path).contents;
305
}
306
307
_stat(absPath) {
308
return
_.has(this._statCache, absPath)
Callers
4
project-context.js
File · 0.80
compiler.js
File · 0.80
getSettings
Function · 0.80
babel-compiler.js
File · 0.80
Calls
1
readAndWatchFileWithHash
Method · 0.95
Tested by
no test coverage detected