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

Method _addonDisabledByExclude

lib/broccoli/ember-app.js:405–408  ·  view source on GitHub ↗

@private @method _addonDisabledByExclude @param {Addon} addon @return {Boolean}

(addon)

Source from the content-addressed store, hash-verified

403 @return {Boolean}
404 */
405 _addonDisabledByExclude(addon) {
406 let exclude = this.options.addons.exclude;
407 return !!exclude && exclude.indexOf(addon.name) !== -1;
408 }
409
410 /**
411 @private

Callers 2

shouldIncludeAddonMethod · 0.95
ember-app-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected