Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ has
Method
has
packages/vite/src/node/server/bundledDev.ts:55–57 ·
view source on GitHub ↗
(file: string)
Source
from the content-addressed store, hash-verified
53
}
54
55
has(file: string): boolean {
56
return
this.files.has(file)
57
}
58
59
clear(): void {
60
this.files.clear()
Callers
15
configResolved
Function · 0.80
handleMessage
Function · 0.80
updateStyle
Function · 0.80
removeStyle
Function · 0.80
ensureModule
Method · 0.80
normalizeModuleId
Function · 0.80
getModulesEntrypoints
Function · 0.80
isCircularRequest
Method · 0.80
constructor
Method · 0.80
createIsBuiltin
Function · 0.80
stringifyConsoleArg
Function · 0.80
perEnvironmentState
Function · 0.80
Calls
no outgoing calls
Tested by
1
editFile
Function · 0.64