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