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

Method newStorage

src/main/java/field/graphics/util/Saver.java:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 }
211 };
212 }
213
214 private Pair<ByteBuffer, ByteBuffer> newStorage() {
215 return new Pair<>(ByteBuffer.allocateDirect(width * height * 4), ByteBuffer.allocateDirect(width * height * 4));
216 }
217

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected