Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ perform0
Method
perform0
src/main/java/field/graphics/FBOStack.kt:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
override fun perform0(): Boolean {
40
return stack[read].perform(-1)
41
}
42
43
override fun perform1(): Boolean {
44
return stack[read].perform(1)
Callers
nothing calls this directly
Calls
1
perform
Method · 0.65
Tested by
no test coverage detected