MCPcopy Create free account
hub / github.com/effect-app/libs / notFound

Function notFound

repos/effect/packages/effect/src/FileSystem.ts:842–849  ·  view source on GitHub ↗
(method: string, path: string)

Source from the content-addressed store, hash-verified

840 copyFile(path) {
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 },
849 link(path) {
850 return Effect.fail(notFound("link", path))
851 },
852 makeDirectory() {

Callers 15

accessFunction · 0.85
chmodFunction · 0.85
chownFunction · 0.85
copyFunction · 0.85
copyFileFunction · 0.85
linkFunction · 0.85
openFunction · 0.85
readDirectoryFunction · 0.85
readFileFunction · 0.85
readFileStringFunction · 0.85
readLinkFunction · 0.85
realPathFunction · 0.85

Calls 1

systemErrorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…