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

Function isEmberCLIProject

tests/unit/models/command-test.js:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 return true;
202 },
203 isEmberCLIProject() {
204 return false;
205 },
206 },
207 })
208 )

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…