MCPcopy Create free account
hub / github.com/badvision/jace / getMemoryCell

Method getMemoryCell

src/main/java/jace/cheat/MetaCheat.java:287–289  ·  view source on GitHub ↗
(int address)

Source from the content-addressed store, hash-verified

285 private final Map<Integer, MemoryCell> memoryCells = new ConcurrentHashMap<>();
286
287 public MemoryCell getMemoryCell(int address) {
288 return memoryCells.get(address);
289 }
290
291 public void initMemoryView() {
292 Emulator.withMemory(memory -> {

Callers 5

initMemoryViewMethod · 0.95
processMemoryEventMethod · 0.95
WatchMethod · 0.80
initializeMethod · 0.80
redrawMemoryViewMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected