MCPcopy Index your code
hub / github.com/FabricMC/Matcher / get

Method get

src/main/java/matcher/classifier/MatchingCache.java:10–13  ·  view source on GitHub ↗
(CacheToken<T> token, U a, U b)

Source from the content-addressed store, hash-verified

8
9public class MatchingCache {
10 @SuppressWarnings("unchecked")
11 public <T, U extends Matchable<U>> T get(CacheToken<T> token, U a, U b) {
12 return (T) cache.get(new CacheKey<U>(token, a, b));
13 }
14
15 @SuppressWarnings("unchecked")
16 public <T, U extends Matchable<U>> T compute(CacheToken<T> token, U a, U b, BiFunction<U, U, T> f) {

Callers 15

runMethod · 0.45
resolvePathMethod · 0.45
autoMatchClassesMethod · 0.45
runInParallelMethod · 0.45
autoMatchMethodsMethod · 0.45
autoMatchFieldsMethod · 0.45
matchMethod · 0.45
autoMatchMethodVarsMethod · 0.45
checkRankMethod · 0.45
clearDirMethod · 0.45
saveMethod · 0.45
exportMethodsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected