MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / moduleName

Function moduleName

tests/unit/broccoli/addon/module-name-test.js:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 packageRoot: input.path(),
22 name: 'fake-addon',
23 moduleName() {
24 return 'totes-not-fake-addon';
25 },
26 });
27 let cli = new MockCLI();
28 let pkg = { name: 'ember-app-test' };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…