MCPcopy Create free account
hub / github.com/BaseXdb/basex / first

Method first

basex-core/src/main/java/org/basex/util/History.java:67–69  ·  view source on GitHub ↗

Checks if the history points to the first entry. @return result of check

()

Source from the content-addressed store, hash-verified

65 * @return result of check
66 */
67 public boolean first() {
68 return pos == 0;
69 }
70
71 /**
72 * Checks if the history points to the last entry.

Callers 4

concurrentEvalMethod · 0.80
valueMethod · 0.80
enabledMethod · 0.80
splitMethod · 0.80

Calls

no outgoing calls

Tested by 1

concurrentEvalMethod · 0.64