Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ keyfunc_t
Class
keyfunc_t
client/src/main/java/jake2/client/Menu.java:54–56 ·
view source on GitHub ↗
Menu
Source
from the content-addressed store, hash-verified
52
*/
53
54
abstract
class
keyfunc_t {
55
abstract String execute(
int
key);
56
}
57
58
public
final
class
Menu extends Key {
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected