Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ HasEnoughSpace
Method
HasEnoughSpace
libs/drape/font_texture.hpp:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
bool HasEnoughSpace(uint32_t newKeysCount) const override { return m_index.CanBeGlyphPacked(newKeysCount); }
108
109
private:
110
GlyphIndex m_index;
Callers
nothing calls this directly
Calls
1
CanBeGlyphPacked
Method · 0.80
Tested by
no test coverage detected