MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / h

Method h

src/main/java/com/volmit/adapt/util/Violator.java:83–85  ·  view source on GitHub ↗
(String n)

Source from the content-addressed store, hash-verified

81 }
82
83 private static boolean h(String n) {
84 return nodes.containsKey(n);
85 }
86
87 private static Object g(String n) {
88 return nodes.get(n);

Callers 7

getConstructorMethod · 0.95
getFieldMethod · 0.95
getDeclaredFieldMethod · 0.95
getMethodMethod · 0.95
getDeclaredMethodMethod · 0.95
getAnnotationMethod · 0.95
getDeclaredAnnotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected