Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ initApp
Function
initApp
tests/acceptance/pods-destroy-test.js:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
});
37
38
function
initApp() {
39
return
ember([
'init'
,
'--name=my-app'
,
'--skip-npm'
]);
40
}
41
42
function
generate(args) {
43
let
generateArgs = [
'generate'
].concat(args);
Callers
3
assertDestroyAfterGenerate
Function · 0.70
destroyAfterGenerate
Function · 0.70
pods-destroy-test.js
File · 0.70
Calls
1
ember
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…