Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
188
function
getQuestion(name, questions) {
189
return
questions.find((question) => question.name === name);
190
}
Callers
1
interactive-new-test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…