Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ doUserKeyAction
Method
doUserKeyAction
src/main/java/Archive/ArchiveList.java:207–215 ·
view source on GitHub ↗
(int command_id)
Source
from the content-addressed store, hash-verified
205
}
206
207
public
boolean doUserKeyAction(
int
command_id) {
208
switch (command_id) {
209
case 53:
210
pasteData(0);
211
return
true;
212
}
213
214
return
super.doUserKeyAction(command_id);
215
}
216
}
Callers
nothing calls this directly
Calls
1
pasteData
Method · 0.95
Tested by
no test coverage detected