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

Method get

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

Source from the content-addressed store, hash-verified

114}
115
116void *SharedBuffer::get() const noexcept {
117 const SharedBufferImpl *p = pImpl.get();
118 if (p == nullptr) {
119 return nullptr;
120 } else {
121 return p->get();
122 }
123}
124
125SharedBuffer SharedBuffer::copy() const {
126 SharedBuffer other;

Callers 6

sizeMethod · 0.45
copyMethod · 0.45
ensureCapacityMethod · 0.45
resetSizeMethod · 0.45
resetMethod · 0.45
toVectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected