Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ add
Method
add
qcommon/src/main/java/jake2/qcommon/util/Vargs.java:53–56 ·
view source on GitHub ↗
(boolean value)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
Vargs add(boolean value) {
54
v.add(
new
Boolean(value));
55
return
this;
56
}
57
58
public
Vargs add(byte value) {
59
v.add(
new
Byte(value));
Callers
15
RailTrail
Method · 0.45
Explosion
Method · 0.45
Heatbeam
Method · 0.45
RailTrail
Method · 0.45
G_FindTeams
Method · 0.45
SV_New_f
Method · 0.45
SV_Configstrings_f
Method · 0.45
SV_Baselines_f
Method · 0.45
SV_NextDownload_f
Method · 0.45
SV_BeginDownload_f
Method · 0.45
SV_ClientPrintf
Method · 0.45
PF_Unicast
Method · 0.45
Calls
no outgoing calls
Tested by
14
RailTrail
Method · 0.36
Explosion
Method · 0.36
Heatbeam
Method · 0.36
RailTrail
Method · 0.36
testParseHelpNull
Method · 0.36
testParseHelpCharArray
Method · 0.36
testParseHelpCharArrayWithOffset
Method · 0.36
testParseHelp
Method · 0.36
testParseHelpWithSlash
Method · 0.36
testParseHelpWithComments
Method · 0.36
testParseHelpWhitespace
Method · 0.36
testParseHelpExceedMaxToken
Method · 0.36