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

Function treeForAddonTemplates

lib/models/addon.js:790–792  ·  view source on GitHub ↗

Returns the tree for this addon's templates @public @method treeForAddonTemplates @param {Tree} tree @return {Tree} Addon Template file tree

(tree)

Source from the content-addressed store, hash-verified

788 @return {Tree} Addon Template file tree
789 */
790 treeForAddonTemplates(tree) {
791 return tree;
792 },
793
794 /**
795 Returns a tree for this addon

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…