MCPcopy
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

isPackageFileMethod · 0.95
isApplicationFileMethod · 0.95
getSourceRootMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected