Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/meteor/meteor
/ getPackageName
Method
getPackageName
tools/isobuild/compiler-plugin.js:253–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
}
252
253
getPackageName() {
254
var
self = this;
255
return
self._resourceSlot.packageSourceBatch.unibuild.pkg.name;
256
}
257
258
isPackageFile() {
259
return
!! this.getPackageName();
Callers
3
isPackageFile
Method · 0.95
isApplicationFile
Method · 0.95
getSourceRoot
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected