MCPcopy
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.jsFile · 0.80
compiler.jsFile · 0.80
getSettingsFunction · 0.80
babel-compiler.jsFile · 0.80

Calls 1

Tested by

no test coverage detected