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

Function postprocessTree

tests/unit/broccoli/default-packager/styles-test.js:239–243  ·  view source on GitHub ↗
(type, tree)

Source from the content-addressed store, hash-verified

237 return tree;
238 },
239 postprocessTree(type, tree) {
240 addonPostprocessTreeHookCalled = true;
241
242 return tree;
243 },
244 },
245 ],
246 },

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…