MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _addonPostprocessTree

Function _addonPostprocessTree

lib/models/addon.js:513–515  ·  view source on GitHub ↗
(type, tree)

Source from the content-addressed store, hash-verified

511 },
512
513 _addonPostprocessTree(type, tree) {
514 return addonProcessTree(this, 'postprocessTree', type, tree);
515 },
516
517 /**
518 Generates a tree for the specified path

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…