MCPcopy Create free account
hub / github.com/antlr/codebuff / load

Method load

output/java_guava/1.4.18/SubscriberRegistry.java:149–152  ·  view source on GitHub ↗
(Class<?> concreteClass)

Source from the content-addressed store, hash-verified

147
148 private static final LoadingCache<Class<?>, ImmutableList<Method>> subscriberMethodsCache = CacheBuilder.newBuilder().weakKeys().build(new CacheLoader<Class<?>, ImmutableList<Method>>() {
149 @Override
150 public ImmutableList<Method> load(Class<?> concreteClass) throws Exception {
151 return getAnnotatedMethodsNotCached(concreteClass);
152 }
153 });
154
155 /**

Callers

nothing calls this directly

Calls 5

copyOfMethod · 0.95
ofMethod · 0.95
rawTypesMethod · 0.45
getTypesMethod · 0.45

Tested by

no test coverage detected