MCPcopy Create free account
hub / github.com/Effect-TS/effect / glob

Function glob

packages/effect/src/FileSystem.ts:843–845  ·  view source on GitHub ↗
(pattern)

Source from the content-addressed store, hash-verified

841 return Effect.fail(notFound("copyFile", path))
842 },
843 glob(pattern) {
844 return Effect.fail(notFound("glob", pattern))
845 },
846 exists() {
847 return Effect.succeed(false)
848 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected