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

Method execute

src/main/java/jace/ide/TextHandler.java:57–60  ·  view source on GitHub ↗
(CompileResult<String> lastResult)

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public void execute(CompileResult<String> lastResult) {
59 Keyboard.pasteFromString(lastResult.getCompiledAsset());
60 }
61
62 @Override
63 public void clean(CompileResult<String> lastResult) {

Callers

nothing calls this directly

Calls 2

pasteFromStringMethod · 0.95
getCompiledAssetMethod · 0.65

Tested by

no test coverage detected