MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / read.rs

File read.rs

src/io/read.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::io;
2
3const CHUNK_SIZE: usize = 2048;
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected