MCPcopy 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

isEmptyMethod · 0.95
verifyNodeMethod · 0.95
findChildMethod · 0.80
leafGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected