MCPcopy Create free account
hub / github.com/cinit/TMoe / SharedBuffer

Method SharedBuffer

app/src/main/cpp/utils/SharedBuffer.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99SharedBuffer::SharedBuffer() = default;
100
101SharedBuffer::SharedBuffer(const SharedBuffer &o) = default;
102
103SharedBuffer &SharedBuffer::operator=(const SharedBuffer &o) = default;
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected