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

Method attach

src/main/java/jace/core/RAM.java:373–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 abstract protected void loadRom(String path) throws IOException;
372
373 abstract public void attach();
374
375 public void detach() {
376 detachListeners.forEach(Runnable::run);

Callers 1

addCardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected