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

Method load

output/java_guava/1.4.19/SubscriberRegistry.java:150–153  ·  view source on GitHub ↗
(Class<?> concreteClass)

Source from the content-addressed store, hash-verified

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

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