MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / awaitState

Method awaitState

packages/core/src/application.ts:298–300  ·  view source on GitHub ↗
(state: string)

Source from the content-addressed store, hash-verified

296 }
297
298 protected async awaitState(state: string) {
299 await once(this, state);
300 }
301
302 /**
303 * Initialize the application, and all of its registered observers. The

Callers 4

initMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
bootMethod · 0.80

Calls 1

onceFunction · 0.85

Tested by

no test coverage detected