Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
deserialize
Method · 0.95
treePutSub
Method · 0.95
treeClear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected