MCPcopy Create free account
hub / github.com/BaseXdb/basex / setLeaf

Method setLeaf

basex-core/src/main/java/org/basex/index/stats/Stats.java:165–167  ·  view source on GitHub ↗

Setter for leaf flag. @param l leaf or not

(final boolean l)

Source from the content-addressed store, hash-verified

163 * @param l leaf or not
164 */
165 public void setLeaf(final boolean l) {
166 leaf = l;
167 }
168
169 @Override
170 public String toString() {

Callers 2

optimizeMethod · 0.95
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected