Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ perform1
Method
perform1
src/main/java/field/graphics/BaseScene.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
protected
abstract boolean perform0();
64
65
protected
boolean perform1() {
66
return
true;
67
}
68
69
/**
70
* it is the caller's responsibility to ensure that this is called per context. To do so, you can wrap all calls to this in
Callers
1
perform
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected