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

Function treeForApp

lib/models/addon.js:766–768  ·  view source on GitHub ↗

Returns the tree for all app files @public @method treeForApp @param {Tree} tree @return {Tree} App file tree

(tree)

Source from the content-addressed store, hash-verified

764 @return {Tree} App file tree
765 */
766 treeForApp(tree) {
767 return tree;
768 },
769
770 /**
771 Returns the tree for all template files

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…