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

Function hasDependencies

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

Source from the content-addressed store, hash-verified

198 Object.assign(options, {
199 project: {
200 hasDependencies() {
201 return true;
202 },
203 isEmberCLIProject() {
204 return false;
205 },

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…