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

Function isEmberCLIProject

tests/unit/cli/lookup-command-test.js:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 let ui;
38 let project = {
39 isEmberCLIProject() {
40 return true;
41 },
42 initializeAddons() {
43 this.addons = [new AddonCommand(), new OtherCommand(), new ClassCommand()];
44 },

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…