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

Method performSingleTrace

src/main/java/jace/core/CPU.java:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 boolean singleTraceEnabled = false;
155 public String lastTrace = "START";
156 public void performSingleTrace() {
157 singleTraceEnabled = true;
158 }
159 public boolean isSingleTraceEnabled() {
160 return singleTraceEnabled;
161 }

Callers 1

tickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected