MCPcopy Create free account
hub / github.com/bttv-android/bttv / add

Method add

mod/app/src/main/java/bttv/highlight/StringSetUI.java:48–52  ·  view source on GitHub ↗
(String word)

Source from the content-addressed store, hash-verified

46 }
47
48 boolean add(String word) {
49 boolean val = stringSet.add(word.toLowerCase());
50 stringSetSetting.entry.set(Data.ctx, new UserPreferences.Entry.StringSetValue(stringSet));
51 return val;
52 }
53
54
55 public boolean isEmpty() {

Callers 15

dialogOnAddMethod · 0.95
addContributorsMethod · 0.80
tokenizeMethod · 0.80
addOurEmotesMethod · 0.80
appendToBadgesMethod · 0.80
appendBadgeToUserMethod · 0.80
addChannelFFZMethod · 0.80
addChannelBTTVMethod · 0.80
addChannel7TVMethod · 0.80
extendListMethod · 0.80
getGlobalEmotesMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected