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

Method runHooks

src/main/java/field/graphics/util/SaverFBO.java:155–157  ·  view source on GitHub ↗
(Pair<ByteBuffer, ByteBuffer> storage)

Source from the content-addressed store, hash-verified

153
154 return true;
155 }
156
157 private void runHooks(Pair<ByteBuffer, ByteBuffer> storage) {
158 hooks.values().stream().forEach(x -> x.accept(storage.first));
159 }
160

Callers 1

updateMethod · 0.95

Calls 3

acceptMethod · 0.65
forEachMethod · 0.45
streamMethod · 0.45

Tested by

no test coverage detected