Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ember-cli/ember-cli
/ initApp
Function
initApp
tests/acceptance/in-repo-addon-generate-test.js:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
});
32
33
function
initApp() {
34
return
ember([
'init'
,
'--name=my-app'
,
'--skip-npm'
]);
35
}
36
37
async
function
initInRepoAddon() {
38
await
initApp();
Callers
2
initInRepoAddon
Function · 0.70
in-repo-addon-generate-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…