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

Method getFile

src/main/java/jace/ide/Program.java:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 public Optional<File> getFile() {
107 return Optional.ofNullable(targetFile);
108 }
109
110 public void initEditor(WebView editor, File sourceFile, boolean isBlank) {
111 this.editor = editor;

Callers 4

getFileFunction · 0.80
compileMethod · 0.80
onSaveAllClickedMethod · 0.80
onSaveClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected