Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void * OverlayHandle::IndexStorage(uint32_t size)
92
{
93
m_indexes.Resize(size);
94
return m_indexes.GetRaw();
95
}
96
97
void OverlayHandle::GetElementIndexes(ref_ptr<IndexBufferMutator> mutator) const
98
{
Callers
nothing calls this directly
Calls
2
Resize
Method · 0.45
GetRaw
Method · 0.45
Tested by
no test coverage detected