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

Method beginWrite

lib/Epub/Epub/BookMetadataCache.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19/* ============= WRITING / BUILDING FUNCTIONS ================ */
20
21bool BookMetadataCache::beginWrite() {
22 buildMode = true;
23 spineCount = 0;
24 tocCount = 0;
25 LOG_DBG("BMC", "Entering write mode");
26 return true;
27}
28
29bool BookMetadataCache::beginContentOpfPass() {
30 LOG_DBG("BMC", "Beginning content opf pass");

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected