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

Method has

src/main/java/field/utility/Dict.java:713–715  ·  view source on GitHub ↗
(Prop<?> context)

Source from the content-addressed store, hash-verified

711 }
712
713 public boolean has(Prop<?> context) {
714 return dictionary.containsKey(context);
715 }
716
717 /**
718 * null-safe equals.

Callers 7

upgradeMethod · 0.45
versionMethod · 0.45
getStringMethod · 0.45
flineToJavaShapeMethod · 0.45
dispatchLineMethod · 0.45
getCompletionsForMethod · 0.45
getCompletionsForMethod · 0.45

Calls 1

containsKeyMethod · 0.45

Tested by

no test coverage detected