MCPcopy 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

setActiveCardMethod · 0.95
addCardMethod · 0.95
copyFromMethod · 0.95
getMemoryMethod · 0.45
reconfigureMethod · 0.45
attachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected