Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
init
Method · 0.95
start
Method · 0.95
stop
Method · 0.95
boot
Method · 0.80
Calls
1
once
Function · 0.85
Tested by
no test coverage detected