Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.95
Calls
3
accept
Method · 0.65
forEach
Method · 0.45
stream
Method · 0.45
Tested by
no test coverage detected