MCPcopy
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

constructorMethod · 0.45
resolveIdFunction · 0.45
loadNativeEnvironmentFunction · 0.45
loadEnvironmentFunction · 0.45
globFilesMethod · 0.45
filterMethod · 0.45
ensureInstalledMethod · 0.45
resolveIfReadyMethod · 0.45
createSessionMethod · 0.45
runTestsMethod · 0.45
finishSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected