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

Function readLink

packages/effect/src/FileSystem.ts:879–881  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

877 return Effect.fail(notFound("readFileString", path))
878 },
879 readLink(path) {
880 return Effect.fail(notFound("readLink", path))
881 },
882 realPath(path) {
883 return Effect.fail(notFound("realPath", path))
884 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected