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

Function link

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

Source from the content-addressed store, hash-verified

122 return Effect.succeed(false)
123 },
124 link(path) {
125 return Effect.fail(notFound("link", path))
126 },
127 makeDirectory() {
128 return Effect.die("not implemented")
129 },

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected