Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ Transient
Method
Transient
src/main/java/field/graphics/Scene.java:547–550 ·
view source on GitHub ↗
(Perform p)
Source
from the content-addressed store, hash-verified
545
boolean onceOnly = false;
546
547
public
Transient(Perform p) {
548
this.passes = p.getPasses();
549
this.call = (x) -> p.perform(x);
550
}
551
552
public
Transient(Runnable p,
int
... passes) {
553
this.passes = passes;
Callers
nothing calls this directly
Calls
4
getPasses
Method · 0.65
perform
Method · 0.65
accept
Method · 0.65
run
Method · 0.45
Tested by
no test coverage detected