MCPcopy
hub / github.com/meteor/meteor / getMainModulesByArch

Method getMainModulesByArch

tools/project-context.js:1692–1694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1690 // Call this first if you plan to call getMainModule multiple
1691 // times, so that you can avoid repeating this work each time.
1692 getMainModulesByArch() {
1693 return this._getEntryModulesByArch("mainModule");
1694 }
1695
1696 // Given an architecture like web.browser, get the best mainModule for
1697 // that architecture. For example, if this.config.mainModule.client is

Callers 2

getMainModuleMethod · 0.95
package-source.jsFile · 0.80

Calls 1

Tested by

no test coverage detected