Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetPendingNodesCount
Method
GetPendingNodesCount
libs/drape/font_texture.cpp:165–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
size_t GlyphIndex::GetPendingNodesCount()
166
{
167
std::lock_guard lock(m_mutex);
168
return m_pendingNodes.size();
169
}
170
171
void GlyphIndex::UploadResources(ref_ptr<GraphicsContext> context, ref_ptr<Texture> texture)
172
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected