Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getActiveSlot
Method
getActiveSlot
src/main/java/jace/core/RAM.java:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
public
int
getActiveSlot() {
76
return
activeSlot;
77
}
78
79
public
Optional<Card>[] getAllCards() {
80
return
cards;
Callers
3
getReadConfiguration
Method · 0.80
buildReadConfiguration
Method · 0.80
registerListeners
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected