Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/contentlayerdev/contentlayer
/ remove
Function
remove
packages/@contentlayer/utils/src/node/fs-watcher.ts:278–280 ·
view source on GitHub ↗
(paths: readonly string[])
Source
from the content-addressed store, hash-verified
276
}
277
278
export
function
remove(paths: readonly string[]) {
279
return
(self: FileWatcher) => remove_(self, paths)
280
}
281
282
export
function
shutdown(self: FileWatcher): T.UIO<void> {
283
concrete(self)
Callers
nothing calls this directly
Calls
1
remove_
Function · 0.85
Tested by
no test coverage detected