MCPcopy Create free account
hub / github.com/Effect-TS/effect / writeAll

Method writeAll

packages/platform/deno/src/DenoFileSystem.ts:323–325  ·  view source on GitHub ↗
(buffer: Uint8Array)

Source from the content-addressed store, hash-verified

321 }
322
323 writeAll(buffer: Uint8Array) {
324 return buffer.length === 0 ? Effect.void : this.writeAllChunk(buffer)
325 }
326}
327
328const open: FileSystem.FileSystem["open"] = (path, options) => {

Callers 2

writeFileFunction · 0.45
makeFunction · 0.45

Calls 1

writeAllChunkMethod · 0.95

Tested by

no test coverage detected