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

Function treeForTemplates

lib/models/addon.js:778–780  ·  view source on GitHub ↗

Returns the tree for all template files @public @method treeForTemplates @param {Tree} tree @return {Tree} Template file tree

(tree)

Source from the content-addressed store, hash-verified

776 @return {Tree} Template file tree
777 */
778 treeForTemplates(tree) {
779 return tree;
780 },
781
782 /**
783 Returns the tree for this addon's templates

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…