Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onSaveAsClicked
Method · 0.95
onSaveClicked
Method · 0.95
executeClicked
Method · 0.95
testCompileClicked
Method · 0.95
Calls
2
getCurrentTab
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected