Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ asyncStart
Function
asyncStart
packages/ember-testing/lib/test/adapter.ts:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
asyncStart() {
19
if
(adapter) {
20
adapter.asyncStart();
21
}
22
}
23
24
export
function
asyncEnd() {
25
if
(adapter) {
Callers
1
helper
Function · 0.90
Calls
1
asyncStart
Method · 0.65
Tested by
no test coverage detected