Returns the tree for all template files @public @method treeForTemplates @param {Tree} tree @return {Tree} Template file tree
(tree)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…