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

Function writeFile

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

Source from the content-addressed store, hash-verified

185 return Stream.fail(notFound("watch", path))
186 },
187 writeFile(path) {
188 return Effect.fail(notFound("writeFile", path))
189 },
190 writeFileString(path) {
191 return Effect.fail(notFound("writeFileString", path))
192 },

Callers 1

toPersistedFunction · 0.50

Calls 2

notFoundFunction · 0.85
failMethod · 0.65

Tested by

no test coverage detected