Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ getTime
Function
getTime
packages/vite/src/node/config.ts:2319–2319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2317
2318
const
start = performance.now()
2319
const
getTime = () => `${(performance.now() - start).toFixed(2)}ms`
2320
2321
let
resolvedPath: string | undefined
2322
Callers
1
loadConfigFromFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected