Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ frameChange
Method
frameChange
src/main/java/fieldbox/boxes/Callbacks.java:105–107 ·
view source on GitHub ↗
(Box from, Rect a)
Source
from the content-addressed store, hash-verified
103
.autoConstructs(() ->
new
IdempotencyMap<>(
104
Box.BiFunctionOfBoxAnd.
class
));
105
106
107
static
public
Rect frameChange(Box from, Rect a) {
108
return
thread(from, a, onFrameChanged);
109
}
110
Callers
8
transformPart2
Method · 0.95
frameModified
Method · 0.95
set
Method · 0.95
computeFrame
Method · 0.95
changeChildren
Method · 0.95
loaded
Method · 0.95
updateChildren
Method · 0.80
updateChildren
Method · 0.80
Calls
1
thread
Method · 0.95
Tested by
no test coverage detected