MCPcopy Create free account
hub / github.com/Syncleus/aparapi / isRelevant

Method isRelevant

src/main/java/com/aparapi/Kernel.java:3804–3806  ·  view source on GitHub ↗
(Method method)

Source from the content-addressed store, hash-verified

3802 }
3803
3804 private static boolean isRelevant(Method method) {
3805 return !method.isSynthetic() && !method.isBridge();
3806 }
3807
3808 private static <V, T extends Throwable> V getProperty(ValueCache<Class<?>, Map<String, V>, T> cache,
3809 MethodReferenceEntry methodReferenceEntry, V defaultValue) throws T {

Callers 1

computeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected