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

Method execute

src/main/java/jace/applesoft/ApplesoftHandler.java:65–68  ·  view source on GitHub ↗
(CompileResult<ApplesoftProgram> lastResult)

Source from the content-addressed store, hash-verified

63 }
64
65 @Override
66 public void execute(CompileResult<ApplesoftProgram> lastResult) {
67 lastResult.getCompiledAsset().run();
68 }
69
70 @Override
71 public void clean(CompileResult<ApplesoftProgram> lastResult) {

Callers

nothing calls this directly

Calls 2

getCompiledAssetMethod · 0.65
runMethod · 0.45

Tested by

no test coverage detected