Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ createMemory
Method
createMemory
src/main/java/jace/core/Computer.java:63–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
abstract
protected
RAM createMemory();
64
65
final
public
RAM getMemory() {
66
if
(memory == null) {
Callers
1
getMemory
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected