Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Frontrooms/3.0-GC
/ contains
Method
contains
src/main/java/emu/grasscutter/utils/SparseSet.java:52–59 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
50
}
51
52
public
boolean contains(
int
i) {
53
for
(Range range : this.rangeEntries) {
54
if
(range.check(i)) {
55
return
true;
56
}
57
}
58
return
this.denseEntries.contains(i);
59
}
60
}
Callers
15
getLanguageOption
Method · 0.45
loadPlugins
Method · 0.45
get
Method · 0.45
parseRelative
Method · 0.45
isTestItem
Method · 0.45
parseArgs
Method · 0.45
giveAllMats
Method · 0.45
giveAllWeapons
Method · 0.45
setCommand
Method · 0.45
addAvatar
Method · 0.45
transformToIndexes
Method · 0.45
execute
Method · 0.45
Calls
1
check
Method · 0.45
Tested by
no test coverage detected