Returns the tree for all app files @public @method treeForApp @param {Tree} tree @return {Tree} App file tree
(tree)
| 764 | @return {Tree} App file tree |
| 765 | */ |
| 766 | treeForApp(tree) { |
| 767 | return tree; |
| 768 | }, |
| 769 | |
| 770 | /** |
| 771 | Returns the tree for all template files |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…