MCPcopy Create free account
hub / github.com/YtFlow/Maple / CustomBuffer

Method CustomBuffer

Maple.Task/CustomBuffer.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 uint32_t m_length{};
15
16 CustomBuffer(uint8_t *buffer, uint32_t size) :
17 m_buffer(buffer), m_length(size)
18 {
19 }
20
21 uint32_t Capacity() const
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected