MCPcopy 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
29private:

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected