MCPcopy Index your code
hub / github.com/Col-E/Recaf / saveAgent

Method saveAgent

src/main/java/me/coley/recaf/ui/MainMenu.java:512–519  ·  view source on GitHub ↗

Save the current application via instrumentation.

()

Source from the content-addressed store, hash-verified

510 * Save the current application via instrumentation.
511 */
512 public void saveAgent() {
513 try {
514 InstrumentationResource.getInstance().save();
515 } catch(Throwable t) {
516 error(t, "Failed to save agent changes");
517 ExceptionAlert.show(t, "Failed to save agent changes");
518 }
519 }
520
521 /**
522 * Save the current workspace to a file.

Callers

nothing calls this directly

Calls 4

getInstanceMethod · 0.95
showMethod · 0.95
saveMethod · 0.65
errorMethod · 0.45

Tested by

no test coverage detected