MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / initializeAddons

Function initializeAddons

tests/unit/cli/lookup-command-test.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 return true;
41 },
42 initializeAddons() {
43 this.addons = [new AddonCommand(), new OtherCommand(), new ClassCommand()];
44 },
45 addonCommands: Project.prototype.addonCommands,
46 eachAddonCommand: Project.prototype.eachAddonCommand,
47 };

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…