MCPcopy Create free account
hub / github.com/Huntereb/Awoo-Installer / BufferedByteStream

Method BufferedByteStream

source/data/byte_stream.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace tin::data
26{
27 BufferedByteStream::BufferedByteStream(ByteBuffer buffer) :
28 m_byteBuffer(buffer)
29 {
30
31 }
32
33 void BufferedByteStream::ReadBytes(void* dest, size_t length)
34 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected