MCPcopy
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
122export function createNoopWatcher(options: WatchOptions): FSWatcher {
123 return new NoopWatcher(options)
124}

Callers 1

_createServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected