Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hokein/electron-sample-apps
/ onChosenFileToSave
Function
onChosenFileToSave
mini-code-editor/editor.js:76–79 ·
view source on GitHub ↗
(theFileEntry)
Source
from the content-addressed store, hash-verified
74
};
75
76
var
onChosenFileToSave =
function
(theFileEntry) {
77
setFile(theFileEntry, true);
78
writeEditorToFile(theFileEntry);
79
};
80
81
function
handleNewButton() {
82
if
(false) {
Callers
1
handleSaveButton
Function · 0.85
Calls
2
setFile
Function · 0.85
writeEditorToFile
Function · 0.85
Tested by
no test coverage detected