Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
concurrentEval
Method · 0.80
value
Method · 0.80
enabled
Method · 0.80
split
Method · 0.80
Calls
no outgoing calls
Tested by
1
concurrentEval
Method · 0.64