Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ resolve
Method
resolve
packages/vitest/src/node/pools/poolRunner.ts:401–404 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
399
)
400
401
function
resolve(value: unknown) {
402
clearTimeout(timer)
403
resolve_(value)
404
}
405
function
reject(error: Error) {
406
clearTimeout(timer)
407
reject_(error)
Callers
15
constructor
Method · 0.45
resolveId
Function · 0.45
loadNativeEnvironment
Function · 0.45
loadEnvironment
Function · 0.45
getUntestedFilesByRoot
Method · 0.45
globFiles
Method · 0.45
filter
Method · 0.45
ensureInstalled
Method · 0.45
resolveIfReady
Method · 0.45
createSession
Method · 0.45
runTests
Method · 0.45
finishSession
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected