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

Function add_

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

Source from the content-addressed store, hash-verified

260}
261
262export function add_(self: FileWatcher, paths: readonly string[]): T.UIO<void> {
263 concrete(self)
264
265 return self.add(paths)
266}
267
268export function add(paths: readonly string[]) {
269 return (self: FileWatcher) => add_(self, paths)

Callers 1

addFunction · 0.85

Calls 2

addMethod · 0.80
concreteFunction · 0.70

Tested by

no test coverage detected