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

Method PDF

src/lib/PDFNavigation.cpp:51–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51PDF::PDF(const std::filesystem::path& path) : p(new Impl(path)) {
52}
53
54PDF::PDF(PDF&&) = default;
55PDF::~PDF() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected