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

Function _addonPreprocessTree

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

Source from the content-addressed store, hash-verified

507 },
508
509 _addonPreprocessTree(type, tree) {
510 return addonProcessTree(this, 'preprocessTree', type, tree);
511 },
512
513 _addonPostprocessTree(type, tree) {
514 return addonProcessTree(this, 'postprocessTree', type, tree);

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…