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

Function readFileString

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

Source from the content-addressed store, hash-verified

948 * Effect.runSync(testProgram) // => "mocked content"
949 * ```
950 *
951 * @category layers
952 * @since 4.0.0
953 */
954export const layerNoop = (fileSystem: Partial<FileSystem>): Layer.Layer<FileSystem> =>
955 Layer.succeed(FileSystem)(makeNoop(fileSystem))

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…