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

Method initializeAddons

lib/broccoli/ember-app.js:529–531  ·  view source on GitHub ↗

Loads and initializes addons for this project. Calls initializeAddons on the Project. @private @method initializeAddons

()

Source from the content-addressed store, hash-verified

527 @method initializeAddons
528 */
529 initializeAddons() {
530 this.project.initializeAddons();
531 }
532
533 _addonTreesFor(type) {
534 return this.project.addons.reduce((sum, addon) => {

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected