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

Function isEnabled

lib/models/addon.js:1350–1352  ·  view source on GitHub ↗

@public @method isEnabled @return {Boolean} Whether or not this addon is enabled

()

Source from the content-addressed store, hash-verified

1348 @return {Boolean} Whether or not this addon is enabled
1349 */
1350 isEnabled() {
1351 return true;
1352 },
1353
1354 /**
1355 Can be used to exclude addons from being added as a child addon.

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…