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

Method inspectAddress

src/main/java/jace/ui/MetacheatUI.java:568–570  ·  view source on GitHub ↗
(int address)

Source from the content-addressed store, hash-verified

566 int currentlyInspecting = 0;
567
568 public void inspectAddress(int address) {
569 codeInspectorAddress.setText("$" + Integer.toHexString(address));
570 }
571
572 public boolean isInspecting(int address) {
573 return currentlyInspecting == address;

Callers 1

WatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected