MCPcopy 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
278export function remove(paths: readonly string[]) {
279 return (self: FileWatcher) => remove_(self, paths)
280}
281
282export 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