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

Method clear

lib/OpdsParser/OpdsParser.cpp:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63bool OpdsParser::error() const { return errorOccured; }
64
65void OpdsParser::clear() {
66 entries.clear();
67 searchTemplate.clear();
68 nextPageUrl.clear();
69 prevPageUrl.clear();
70 currentEntry = OpdsEntry{};
71 currentText.clear();
72 inEntry = inTitle = inAuthor = inAuthorName = inId = false;
73}
74
75std::vector<OpdsEntry> OpdsParser::getBooks() const {
76 std::vector<OpdsEntry> books;

Callers 15

closeMethod · 0.45
readChaptersMethod · 0.45
XtcParser.cppFile · 0.45
loadAllFileStatSlimsMethod · 0.45
loadFromBinaryFileMethod · 0.45
clearCredentialsMethod · 0.45
onEndElementMethod · 0.45
onEndElementMethod · 0.45
startElementMethod · 0.45
applyBidiVisualFunction · 0.45
computeVisualWordOrderFunction · 0.45
wrappedTextMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36