Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ rfc232.js
File
rfc232.js
node-tests/fixtures/instance-initializer-test/rfc232.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Application from
'@ember/application'
;
2
3
import
config from
'my-app/config/environment'
;
4
import
{ initialize } from
'my-app/instance-initializers/foo'
;
Callers
nothing calls this directly
Calls
8
run
Function · 0.90
instanceInitializer
Method · 0.80
create
Method · 0.65
test
Function · 0.50
beforeEach
Method · 0.45
buildInstance
Method · 0.45
afterEach
Method · 0.45
boot
Method · 0.45
Tested by
no test coverage detected