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

Function treeForVendor

lib/models/addon.js:852–854  ·  view source on GitHub ↗

Returns the tree for all vendor files @public @method treeForVendor @param {Tree} tree @return {Tree} Vendor file tree

(tree)

Source from the content-addressed store, hash-verified

850 @return {Tree} Vendor file tree
851 */
852 treeForVendor(tree) {
853 return tree;
854 },
855
856 /**
857 Returns the tree for all test support 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…