MCPcopy Create free account
hub / github.com/demoth/jake2 / toArray

Method toArray

qcommon/src/main/java/jake2/qcommon/util/Vargs.java:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public Object[] toArray() {
116 return v.toArray();
117 }
118
119 public int size() {
120 return v.size();

Callers 3

getModeListMethod · 0.80
getLWJGLModeListMethod · 0.80
sprintfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected