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

Function makeTempFile

repos/effect/packages/effect/src/FileSystem.ts:935–937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

933 *
934 * // Create a test layer with specific behaviors
935 * const testLayer = FileSystem.layerNoop({
936 * readFileString: (path) => Effect.succeed("mocked content"),
937 * exists: () => Effect.succeed(true)
938 * })
939 *
940 * const program = Effect.gen(function*() {

Callers 1

CUPS.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…