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

Function readLink

packages/platform/src/internal/fileSystem.ts:154–156  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

152 return Effect.fail(notFound("readFileString", path))
153 },
154 readLink(path) {
155 return Effect.fail(notFound("readLink", path))
156 },
157 realPath(path) {
158 return Effect.fail(notFound("realPath", path))
159 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected