MCPcopy Index your code
hub / github.com/contentlayerdev/contentlayer / remove_

Function remove_

packages/@contentlayer/utils/src/node/fs-watcher.ts:272–276  ·  view source on GitHub ↗
(self: FileWatcher, paths: readonly string[])

Source from the content-addressed store, hash-verified

270}
271
272export function remove_(self: FileWatcher, paths: readonly string[]): T.UIO<void> {
273 concrete(self)
274
275 return self.remove(paths)
276}
277
278export function remove(paths: readonly string[]) {
279 return (self: FileWatcher) => remove_(self, paths)

Callers 1

removeFunction · 0.85

Calls 2

removeMethod · 0.80
concreteFunction · 0.70

Tested by

no test coverage detected