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

Method endContentOpfPass

lib/Epub/Epub/BookMetadataCache.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool BookMetadataCache::endContentOpfPass() {
37 // Explicit close() required: member variable persists beyond function scope
38 spineFile.close();
39 return true;
40}
41
42bool BookMetadataCache::beginTocPass() {
43 LOG_DBG("BMC", "Beginning toc pass");

Callers 1

loadMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected