MCPcopy
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
18export function asyncStart() {
19 if (adapter) {
20 adapter.asyncStart();
21 }
22}
23
24export function asyncEnd() {
25 if (adapter) {

Callers 1

helperFunction · 0.90

Calls 1

asyncStartMethod · 0.65

Tested by

no test coverage detected