Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ intLeftEdge
Method
intLeftEdge
src/main/java/org/mapdb/BTreeMapJava.java:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
int
intLeftEdge(){
60
return
(flags>>>2)&1;
61
}
62
63
int
intRightEdge(){
64
return
(flags>>>1)&1;
Callers
4
isEmpty
Method · 0.95
verifyNode
Method · 0.95
findChild
Method · 0.80
leafGet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected