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

Function shouldIncludeChildAddon

lib/models/addon.js:1379–1381  ·  view source on GitHub ↗

Can be used to exclude addons from being added as a child addon. #### Uses: - Abstract away multiple addons while only including one into the built assets @public @method shouldIncludeChildAddon @param {Addon} childAddon @return {Boolean} Whether or not a child addon is su

()

Source from the content-addressed store, hash-verified

1377 ```
1378 */
1379 shouldIncludeChildAddon() {
1380 return true;
1381 },
1382};
1383
1384// Methods without default implementation

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…