Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ isFamilyInstalled
Method
isFamilyInstalled
src/FontInstaller.cpp:154–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
void FontInstaller::refreshRegistry() { registry_.discover(); }
153
154
bool FontInstaller::isFamilyInstalled(const char* familyName) const {
155
return registry_.findFamily(familyName) != nullptr;
156
}
Callers
1
fetchAndParseManifest
Method · 0.80
Calls
1
findFamily
Method · 0.80
Tested by
no test coverage detected