Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ perform
Method
perform
src/main/java/field/graphics/Guard.java:30–34 ·
view source on GitHub ↗
(int pass)
Source
from the content-addressed store, hash-verified
28
}
29
30
Scene.Perform last;
31
@Override
32
public
boolean perform(
int
pass) {
33
if
(guard.apply(pass))
return
(last=p.get()).perform(pass);
34
else
return
true;
35
}
36
37
@Override
Callers
nothing calls this directly
Calls
3
apply
Method · 0.65
perform
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected