MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / popHistory

Method popHistory

platform/java/example/Viewer.java:1184–1189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1182 }
1183
1184 protected void popHistory() {
1185 Location here = location;
1186 pushFuture();
1187 while (historyCount > 0 && location.equals(here))
1188 restoreMark(history[--historyCount]);
1189 }
1190
1191 protected void popFuture() {
1192 Location here = location;

Callers 1

jumpHistoryBackMethod · 0.95

Calls 3

pushFutureMethod · 0.95
restoreMarkMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected