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

Method getCpu

src/main/java/jace/core/Computer.java:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 final public CPU getCpu() {
144 return cpu;
145 }
146
147 final public void setCpu(CPU cpu) {
148 this.cpu = cpu;

Callers 15

executeMethod · 0.95
updateStatusMethod · 0.45
enableTraceMethod · 0.45
registerDebuggerMethod · 0.45
brunMethod · 0.45
bootWatchdogMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45
processMemoryEventMethod · 0.45
compileToRamMethod · 0.45
logMethod · 0.45
warmStartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected