MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Variant

Method Variant

src/main/java/fieldbox/boxes/plugins/Variant.java:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public Variant() {
166 this(null);
167 }
168
169 public Variant(Box root) {
170 this.properties.put(variant, x -> new CurrentVariant(x, x.properties.getOrConstruct(theVariant)));

Callers

nothing calls this directly

Calls 6

selectionMethod · 0.95
selectionOrAllMethod · 0.95
countMethod · 0.80
getMethod · 0.65
putMethod · 0.45
getOrConstructMethod · 0.45

Tested by

no test coverage detected