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

Method g

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

Source from the content-addressed store, hash-verified

85 }
86
87 private static Object g(String n) {
88 return nodes.get(n);
89 }
90
91 public static Constructor<?> getConstructor(Class<?> c, Class<?>... params) throws NoSuchMethodException, SecurityException {
92 String mx = "";

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

getMethod · 0.65

Tested by

no test coverage detected