Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.95
updateStatus
Method · 0.45
enableTrace
Method · 0.45
registerDebugger
Method · 0.45
brun
Method · 0.45
bootWatchdog
Method · 0.45
tick
Method · 0.45
tick
Method · 0.45
processMemoryEvent
Method · 0.45
compileToRam
Method · 0.45
log
Method · 0.45
warmStart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected