Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ isRightEdge
Method
isRightEdge
src/main/java/org/mapdb/BTreeMapJava.java:80–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
boolean isRightEdge(){
81
return
((flags>>>1)&1)==1;
82
}
83
84
boolean isLastKeyDouble(){
85
return
((flags)&1)==1;
Callers
4
Node
Method · 0.95
serialize
Method · 0.80
findChild
Method · 0.80
leafGet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected