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

Function isEmberCLIProject

tests/unit/cli/cli-test.js:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 isWithinProject = true;
73 project = {
74 isEmberCLIProject() {
75 // simulate being inside or outside of a project
76 return isWithinProject;
77 },
78 hasDependencies() {
79 return true;
80 },

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…