Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ isDir
Method
isDir
src/main/java/org/mapdb/BTreeMapJava.java:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
72
boolean isDir(){
73
return
((flags>>>3)&1)==1;
74
}
75
76
boolean isLeftEdge(){
77
return
((flags>>>2)&1)==1;
Callers
4
Node
Method · 0.95
verifyNode
Method · 0.95
serialize
Method · 0.80
findChild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected