MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetSize

Method GetSize

WinArk/MemoryBuffer.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40int64_t MemoryBuffer::GetSize() const {
41 return _buffer.size();
42}
43
44uint8_t* MemoryBuffer::GetRawData(int64_t offset) {
45 return _buffer.data() + offset;

Callers 7

OnListEndEditMethod · 0.45
OnCloseCmdMethod · 0.45
UpdateBufferSizeMethod · 0.45
OnKeyDownMethod · 0.45
CommitValueMethod · 0.45
OnVScrollMethod · 0.45
RecalcLayoutMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected