Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ waitInit
Method
waitInit
packages/vitest/src/utils/traces.ts:93–98 ·
view source on GitHub ↗
* @internal
()
Source
from the content-addressed store, hash-verified
91
* @internal
92
*/
93
async
waitInit(): Promise<this> {
94
if
(this.#init) {
95
await
this.#init
96
}
97
return
this
98
}
99
100
/**
101
* @internal
Callers
5
createTesters
Method · 0.80
tester.ts
File · 0.80
onMessage
Function · 0.80
_setServer
Method · 0.80
createFetchModuleFunction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected