Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ read
Method
read
packages/platform/deno/src/DenoFileSystem.ts:246–248 ·
view source on GitHub ↗
(buffer: Uint8Array)
Source
from the content-addressed store, hash-verified
244
}
245
246
read(buffer: Uint8Array) {
247
return
this.readChunk(
"read"
, buffer)
248
}
249
250
readAlloc(size: FileSystem.SizeInput) {
251
const
sizeNumber = Number(size)
Callers
nothing calls this directly
Calls
1
readChunk
Method · 0.95
Tested by
no test coverage detected