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

Method IndexStorage

libs/drape/overlay_handle.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void * OverlayHandle::IndexStorage(uint32_t size)
92{
93 m_indexes.Resize(size);
94 return m_indexes.GetRaw();
95}
96
97void OverlayHandle::GetElementIndexes(ref_ptr<IndexBufferMutator> mutator) const
98{

Callers

nothing calls this directly

Calls 2

ResizeMethod · 0.45
GetRawMethod · 0.45

Tested by

no test coverage detected