MCPcopy Index your code
hub / github.com/meteor/meteor / getMainModule

Method getMainModule

tools/project-context.js:1700–1705  ·  view source on GitHub ↗
(
    arch,
    mainModulesByArch = this.getMainModulesByArch(),
  )

Source from the content-addressed store, hash-verified

1698 // defined, then because mapWhereToArch("client") === "web", and "web"
1699 // matches web.browser, return this.config.mainModule.client.
1700 getMainModule(
1701 arch,
1702 mainModulesByArch = this.getMainModulesByArch(),
1703 ) {
1704 return this._getEntryModule(arch, mainModulesByArch);
1705 }
1706
1707 // Analogous to getMainModulesByArch, except for this.config.testModule.
1708 getTestModulesByArch() {

Callers 1

package-source.jsFile · 0.80

Calls 2

getMainModulesByArchMethod · 0.95
_getEntryModuleMethod · 0.95

Tested by

no test coverage detected