MCPcopy Create free account
hub / github.com/FongMi/TV / get

Method get

app/src/main/java/com/fongmi/android/tv/player/extractor/Source.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public static Source get() {
38 return Loader.INSTANCE;
39 }
40
41 private Extractor getExtractor(Uri uri) {
42 return extractors.stream().filter(extractor -> extractor.match(uri)).findFirst().orElse(null);

Callers 15

onDestroyMethod · 0.95
onDestroyMethod · 0.95
getUrlMethod · 0.95
detailContentMethod · 0.95
playerContentMethod · 0.95
onDestroyMethod · 0.95
onDestroyMethod · 0.95
getSelectedDanmakuMethod · 0.45
setTrackSelectionMethod · 0.45
addCallableMethod · 0.45
parseMethod · 0.45
getPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected