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

Method addonTree

lib/broccoli/ember-app.js:886–892  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

884 }
885
886 addonTree() {
887 if (!this._cachedAddonTree) {
888 this._cachedAddonTree = this.createAddonTree('addon', 'addon-tree-output');
889 }
890
891 return this._cachedAddonTree;
892 }
893
894 addonTestSupportTree() {
895 if (!this._cachedAddonTestSupportTree) {

Callers 1

getExternalTreeMethod · 0.95

Calls 1

createAddonTreeMethod · 0.95

Tested by

no test coverage detected