MCPcopy Create free account
hub / github.com/boxbeam/RedLib / clear

Method clear

src/redempt/redlib/blockdata/DataBlock.java:157–159  ·  view source on GitHub ↗

Clears all data from this DataBlock

()

Source from the content-addressed store, hash-verified

155 * Clears all data from this DataBlock
156 */
157 public void clear() {
158 data.clear();
159 }
160
161 /**
162 * Sets data in this DataBlock

Callers 2

saveMethod · 0.45
loadAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected