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

Function treeForAddon

tests/unit/broccoli/default-packager/process-test.js:64–69  ·  view source on GitHub ↗
(tree)

Source from the content-addressed store, hash-verified

62 addons: [
63 {
64 treeForAddon(tree) {
65 const Funnel = require('broccoli-funnel');
66 return new Funnel(tree, {
67 destDir: 'modules/my-addon',
68 });
69 },
70 },
71 ],
72 };

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…