Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
PDF::PDF(const std::filesystem::path& path) : p(new Impl(path)) {
52
}
53
54
PDF::PDF(PDF&&) = default;
55
PDF::~PDF() = default;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected