MCPcopy
hub / github.com/vitest-dev/vitest / state

Function state

packages/vitest/src/runtime/console.ts:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 const state = () => defaultState || getWorkerState()
58
59 // group sync console.log calls with micro task
60 function schedule(taskId: string) {

Callers 3

sendBufferFunction · 0.70
sendLogFunction · 0.70
writeFunction · 0.70

Calls 1

getWorkerStateFunction · 0.90

Tested by

no test coverage detected