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

Method hasChapters

lib/Xtc/Xtc.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool Xtc::hasChapters() const {
100 if (!loaded || !parser) {
101 return false;
102 }
103 return parser->hasChapters();
104}
105
106const std::vector<xtc::ChapterInfo>& Xtc::getChapters() {
107 static const std::vector<xtc::ChapterInfo> kEmpty;

Callers 2

loopMethod · 0.45
getStatusBarInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected