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

Function readLink

repos/effect/packages/effect/src/FileSystem.ts:953–955  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

951 * @category layers
952 * @since 4.0.0
953 */
954export const layerNoop = (fileSystem: Partial<FileSystem>): Layer.Layer<FileSystem> =>
955 Layer.succeed(FileSystem)(makeNoop(fileSystem))
956
957/**
958 * Runtime type identifier attached to `FileSystem.File` handles and used by

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…