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

Function add

packages/@contentlayer/utils/src/node/fs-watcher.ts:268–270  ·  view source on GitHub ↗
(paths: readonly string[])

Source from the content-addressed store, hash-verified

266}
267
268export function add(paths: readonly string[]) {
269 return (self: FileWatcher) => add_(self, paths)
270}
271
272export function remove_(self: FileWatcher, paths: readonly string[]): T.UIO<void> {
273 concrete(self)

Callers

nothing calls this directly

Calls 1

add_Function · 0.85

Tested by

no test coverage detected