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

Method clear

qcommon/src/main/java/jake2/qcommon/sizebuf_t.java:286–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 public void clear() {
287 if (data != null)
288 Arrays.fill(data, (byte) 0);
289 cursize = 0;
290 overflowed = false;
291 }
292
293}

Callers 1

GetSpaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected