Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
int64_t MemoryBuffer::GetSize() const {
41
return _buffer.size();
42
}
43
44
uint8_t* MemoryBuffer::GetRawData(int64_t offset) {
45
return _buffer.data() + offset;
Callers
7
OnListEndEdit
Method · 0.45
OnCloseCmd
Method · 0.45
UpdateBufferSize
Method · 0.45
OnKeyDown
Method · 0.45
CommitValue
Method · 0.45
OnVScroll
Method · 0.45
RecalcLayout
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected