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

Method GetRawConst

libs/drape/index_storage.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void const * IndexStorage::GetRawConst() const
49{
50 return static_cast<void const *>(m_storage.data());
51}
52
53bool IndexStorage::IsSupported32bit()
54{

Callers 3

SubmitIndicesMethod · 0.80
GetIndexesMethod · 0.80
GetElementIndexesMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected