Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ configureActiveMemory
Method
configureActiveMemory
src/main/java/jace/core/RAM.java:108–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
abstract
public
void
configureActiveMemory();
109
public
void
copyFrom(RAM other) {
110
cards = other.cards;
111
activeSlot = other.activeSlot;
Callers
6
setActiveCard
Method · 0.95
addCard
Method · 0.95
copyFrom
Method · 0.95
getMemory
Method · 0.45
reconfigure
Method · 0.45
attach
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected