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

Method call

output/java_guava/1.4.17/CacheLoader.java:201–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 final K key, final V oldValue) throws Exception {
200 ListenableFutureTask<V> task = ListenableFutureTask.create(new Callable<V>() {
201 @Override
202 public V call() throws Exception {
203 return loader.reload(key, oldValue).get();
204 }
205 });
206 executor.execute(task);
207 return task;

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
reloadMethod · 0.45

Tested by

no test coverage detected