MCPcopy Create free account
hub / github.com/comaps/comaps / ImmutableData

Method ImmutableData

libs/coding/memory_region.hpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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:
30 FilesMappingContainer::Handle m_handle;

Callers 6

InitMethod · 0.45
LoadAndMapFunction · 0.45
LoadMethod · 0.45
LoadRankTableFunction · 0.45
DeserializeMethod · 0.45
DeserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected