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

Method getCurrentProgram

src/main/java/jace/ide/IdeController.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public Optional<Program> getCurrentProgram() {
97 return getCurrentTab().map(t -> openDocuments.get(t));
98 }
99
100 @FXML
101 void newApplesoftBasicClicked(ActionEvent event) {

Callers 4

onSaveAsClickedMethod · 0.95
onSaveClickedMethod · 0.95
executeClickedMethod · 0.95
testCompileClickedMethod · 0.95

Calls 2

getCurrentTabMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected