MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / clean

Method clean

src/main/java/field/graphics/ArrayBuffer.java:96–96  ·  view source on GitHub ↗

Mark the area up to this point as clean --- internal use only (hence the access restriction)

(int limit)

Source from the content-addressed store, hash-verified

94 * Mark the area up to this point as clean --- internal use only (hence the access restriction)
95 */
96 boolean clean(int limit);
97}

Callers 6

hFunction · 0.65
perform0Method · 0.65
setupMethod · 0.65
perform0Method · 0.65
performMethod · 0.65
updateMethod · 0.65

Implementers 1

SimpleArrayBuffersrc/main/java/field/graphics/SimpleArr

Calls

no outgoing calls

Tested by

no test coverage detected