MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetBookmarks

Method GetBookmarks

src/lib/PDFNavigation.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324std::vector<Bookmark> PDF::GetBookmarks() {
325 if (p->mPages.empty()) {
326 return {};
327 }
328 return ExtractBookmarks(*p->mOutlineDocumentHelper, p->mPageIndices);
329}
330
331std::vector<std::vector<Link>> PDF::GetLinks() {
332 if (p->mPages.empty()) {

Callers

nothing calls this directly

Calls 1

ExtractBookmarksFunction · 0.85

Tested by

no test coverage detected