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

Function getQuestion

tests/unit/tasks/interactive-new-test.js:188–190  ·  view source on GitHub ↗
(name, questions)

Source from the content-addressed store, hash-verified

186});
187
188function getQuestion(name, questions) {
189 return questions.find((question) => question.name === name);
190}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…