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

Method getMemory

src/main/java/jace/core/PagedMemory.java:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 public byte[][] getMemory() {
98 return internalMemory;
99 }
100
101 public byte[] get(int pageNumber) {
102 return internalMemory[pageNumber];

Callers 2

fillBanksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected