Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ stepBack
Method
stepBack
src/main/java/History/HistoryLoader.java:89–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
public
Vector stepBack() {
90
return
getMIVector(false);
91
}
92
93
public
Vector stepNext() {
94
return
getMIVector(true);
Callers
1
eventOk
Method · 0.80
Calls
1
getMIVector
Method · 0.95
Tested by
no test coverage detected