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

Method init

basex-core/src/main/java/org/basex/query/expr/CmpCache.java:70–72  ·  view source on GitHub ↗

Creates a fresh empty hash set.

()

Source from the content-addressed store, hash-verified

68 * Creates a fresh empty hash set.
69 */
70 private void init() {
71 set = new HashItemSet(ItemSet.Mode.EQUAL, info);
72 }
73}

Callers 2

CmpCacheMethod · 0.95
activeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected