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

Method contentHash

lib/EpdFont/SdCardFont.h:110–110  ·  view source on GitHub ↗

Content hash of the file header + style TOC entries (computed during load). Used to generate deterministic font IDs for section cache invalidation.

Source from the content-addressed store, hash-verified

108 // Content hash of the file header + style TOC entries (computed during load).
109 // Used to generate deterministic font IDs for section cache invalidation.
110 uint32_t contentHash() const { return contentHash_; }
111
112 private:
113 // Per-style metadata (parsed from file header/TOC)

Callers 1

loadFamilyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected