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

Method onInspectorChanged

src/main/java/jace/cheat/MetaCheat.java:330–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328
329 AtomicInteger pendingInspectorUpdates = new AtomicInteger(0);
330 public void onInspectorChanged() {
331 pendingInspectorUpdates.set(0);
332 }
333
334 private void processMemoryEvent(RAMEvent e) {
335 MemoryCell cell = getMemoryCell(e.getAddress());

Callers 1

initializeMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected