MCPcopy
hub / github.com/Effect-TS/effect / notFound

Function notFound

packages/platform/src/internal/fileSystem.ts:92–99  ·  view source on GitHub ↗
(method: string, path: string)

Source from the content-addressed store, hash-verified

90}
91
92const notFound = (method: string, path: string) =>
93 new Error.SystemError({
94 module: "FileSystem",
95 method,
96 reason: "NotFound",
97 description: "No such file or directory",
98 pathOrDescriptor: path
99 })
100
101/** @internal */
102export const makeNoop = (

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

no outgoing calls

Tested by

no test coverage detected