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

Method isExcluded

src/main/java/fieldbox/boxes/plugins/Variant.java:402–406  ·  view source on GitHub ↗
(Box x, String t)

Source from the content-addressed store, hash-verified

400 }
401
402 private boolean isExcluded(Box x, String t) {
403 if (t.equals("")) return false;
404 return x.properties.getOrConstruct(excludes)
405 .contains(t);
406 }
407
408 private boolean isIncluded(Box x, String t) {
409 if (t.equals("")) return true;

Callers 1

updateToVariantMethod · 0.95

Calls 3

equalsMethod · 0.45
containsMethod · 0.45
getOrConstructMethod · 0.45

Tested by

no test coverage detected