Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ createNoopWatcher
Function
createNoopWatcher
packages/vite/src/node/watch.ts:122–124 ·
view source on GitHub ↗
(options: WatchOptions)
Source
from the content-addressed store, hash-verified
120
}
121
122
export
function
createNoopWatcher(options: WatchOptions): FSWatcher {
123
return
new
NoopWatcher(options)
124
}
Callers
1
_createServer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected