MCPcopy Create free account
hub / github.com/denoland/std /

Class

io/buffer.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 * ```
44 */
45export class Buffer implements Writer, WriterSync, Reader, ReaderSync {
46 #buf: Uint8Array; // contents are the bytes buf[off : len(buf)]
47 #off = 0; // read at buf[off], write at buf[buf.byteLength]
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected