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

Function treeForStyles

tests/unit/broccoli/ember-app-test.js:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 packageRoot: 'foo',
141 name: 'foo',
142 treeForStyles() {
143 return addonFooStyles.path();
144 },
145 });
146 let addonFoo = new AddonFoo(app, project);
147 app.project.addons.push(addonFoo);

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…