Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ getPaths
Method
getPaths
packages/ws-client/src/state.ts:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
idMap: Map<string, Task> =
new
Map()
13
14
getPaths(): string[] {
15
return
Array.from(this.pathsSet)
16
}
17
18
/**
19
* Return files that were running or collected.
Callers
1
onTestRunEnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected