Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/meteor/meteor
/ isApplicationFile
Method
isApplicationFile
tools/isobuild/compiler-plugin.js:262–264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
}
261
262
isApplicationFile() {
263
return
! this.getPackageName();
264
}
265
266
getSourceRoot(tolerant = false) {
267
const
sourceRoot = this._resourceSlot.packageSourceBatch.sourceRoot;
Callers
nothing calls this directly
Calls
1
getPackageName
Method · 0.95
Tested by
no test coverage detected