MCPcopy
hub / github.com/ember-cli/ember-cli / isForEngine

Method isForEngine

lib/models/package-info-cache/package-info.js:253–255  ·  view source on GitHub ↗

* Indicate if this packageInfo represents an engine. * * @method isForEngine * @return {Boolean} true if this pkgInfo is configured as an engine & false otherwise

()

Source from the content-addressed store, hash-verified

251 * @return {Boolean} true if this pkgInfo is configured as an engine & false otherwise
252 */
253 isForEngine() {
254 return isEngine(this.pkg.keywords);
255 }
256
257 /**
258 * Indicate if this packageInfo represents a lazy engine.

Callers 3

isForLazyEngineMethod · 0.95
getHostAddonInfoMethod · 0.80
findLCAHostMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected