MCPcopy 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

NodeMethod · 0.95
verifyNodeMethod · 0.95
serializeMethod · 0.80
findChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected