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

Method getAuthor

lib/Xtc/Xtc.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90std::string Xtc::getAuthor() const {
91 if (!loaded || !parser) {
92 return "";
93 }
94
95 // Try to get author from XTC metadata
96 return parser->getAuthor();
97}
98
99bool Xtc::hasChapters() const {
100 if (!loaded || !parser) {

Callers 4

getDataFromBookMethod · 0.45
onEnterMethod · 0.45
loopMethod · 0.45
onEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected