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

Method reset

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

Source from the content-addressed store, hash-verified

158}
159
160void SharedBuffer::reset() noexcept {
161 SharedBufferImpl *p = pImpl.get();
162 if (p != nullptr) {
163 p->reset();
164 }
165}
166
167std::vector<uint8_t> SharedBuffer::toVector() const {
168 const SharedBufferImpl *p = pImpl.get();

Callers 4

ensureCapacityMethod · 0.45
resetSizeMethod · 0.45
onMeasureMethod · 0.45
onDrawMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected