MCPcopy Index your code
hub / github.com/jankotek/mapdb / intRightEdge

Method intRightEdge

src/main/java/org/mapdb/BTreeMapJava.java:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 int intRightEdge(){
64 return (flags>>>1)&1;
65 }
66
67 int intLastKeyTwice(){
68 return flags&1;

Callers 2

isEmptyMethod · 0.95
verifyNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected