MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / find

Method find

app/src/main/java/com/github/catvod/bean/live/Group.java:27–31  ·  view source on GitHub ↗
(List<Group> items, Group item)

Source from the content-addressed store, hash-verified

25 }
26
27 public static Group find(List<Group> items, Group item) {
28 for (Group group : items) if (group.getName().equals(item.getName())) return group;
29 items.add(item);
30 return item;
31 }
32
33 public static Group create(String name) {
34 return new Group(name);

Callers 8

setChannelMethod · 0.95
isThunderMethod · 0.80
getTokenMethod · 0.80
getAuthMethod · 0.80
parseHikerToJqMethod · 0.80
parseDomForUrlMethod · 0.80
playerContentMethod · 0.80
matcherMethod · 0.80

Calls 4

getChannelMethod · 0.95
equalsMethod · 0.45
getNameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected