Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Size
Method
Size
libs/coding/memory_region.hpp:26–26 ·
view source on GitHub ↗
MemoryRegion overrides:
Source
from the content-addressed store, hash-verified
24
25
// MemoryRegion overrides:
26
uint64_t Size() const override { return m_handle.GetSize(); }
27
uint8_t const * ImmutableData() const override { return m_handle.GetData<uint8_t>(); }
28
29
private:
Callers
nothing calls this directly
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected