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

Method dirEmpty

src/main/java/org/mapdb/IndexTreeListJava.java:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80 static long[] dirEmpty(){
81 return new long[2];
82 }
83
84 /** converts hash slot into actual offset in dir array, using bitmap */
85 static final int dirOffsetFromSlot(long[] dir, int slot) {

Callers 3

deserializeMethod · 0.95
treePutSubMethod · 0.95
treeClearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected