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

Method isTagged

src/main/java/fieldbox/boxes/plugins/Create.java:52–57  ·  view source on GitHub ↗
(Box b, String tag)

Source from the content-addressed store, hash-verified

50 }
51
52 protected boolean isTagged(Box b, String tag) {
53 if (!b.properties.has(Create.tag)) return false;
54
55 return b.properties.get(Create.tag)
56 .endsWith(tag);
57 }
58}

Callers 1

CreateMethod · 0.95

Calls 2

getMethod · 0.65
hasMethod · 0.45

Tested by

no test coverage detected