Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ saveMark
Method
saveMark
platform/java/example/Viewer.java:1144–1146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1142
}
1143
1144
protected
Mark saveMark() {
1145
return
new
Mark(location);
1146
}
1147
1148
protected
void
restoreMark(Mark mark) {
1149
if
(mark != null) {
Callers
3
mark
Method · 0.95
pushHistory
Method · 0.95
pushFuture
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected