MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / refreshRegistry

Method refreshRegistry

src/FontInstaller.cpp:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void FontInstaller::refreshRegistry() { registry_.discover(); }
153
154bool FontInstaller::isFamilyInstalled(const char* familyName) const {
155 return registry_.findFamily(familyName) != nullptr;

Callers 3

fetchAndParseManifestMethod · 0.80
downloadFamilyMethod · 0.80

Calls 1

discoverMethod · 0.80

Tested by

no test coverage detected