Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/meteor/meteor
/ isPackageFile
Method
isPackageFile
tools/isobuild/compiler-plugin.js:258–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
256
}
257
258
isPackageFile() {
259
return
!! this.getPackageName();
260
}
261
262
isApplicationFile() {
263
return
! this.getPackageName();
Callers
nothing calls this directly
Calls
1
getPackageName
Method · 0.95
Tested by
no test coverage detected