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

Method p

src/main/java/com/volmit/adapt/util/Violator.java:79–81  ·  view source on GitHub ↗
(String n, Object o)

Source from the content-addressed store, hash-verified

77 }
78
79 private static void p(String n, Object o) {
80 nodes.put(n, o);
81 }
82
83 private static boolean h(String n) {
84 return nodes.containsKey(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 1

putMethod · 0.45

Tested by

no test coverage detected