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

Method addonTreesFor

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

Returns a list of trees for a given type, returned by all addons. @private @method addonTreesFor @param {String} type Type of tree @return {Array} List of trees

(type)

Source from the content-addressed store, hash-verified

555 @return {Array} List of trees
556 */
557 addonTreesFor(type) {
558 return this._addonTreesFor(type).map((addonBundle) => addonBundle.tree);
559 }
560
561 /**
562 Runs addon post-processing on a given tree and returns the processed tree.

Callers 7

getAppJavascriptMethod · 0.95
getStylesMethod · 0.95
getAddonTemplatesMethod · 0.95
getExternalTreeMethod · 0.95
getTestsMethod · 0.95
getPublicMethod · 0.95
ember-app-test.jsFile · 0.80

Calls 1

_addonTreesForMethod · 0.95

Tested by

no test coverage detected