Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nwutils/nw-sample-apps
/ onChosenFileToSave
Function
onChosenFileToSave
mini-code-edit/editor.js:82–85 ·
view source on GitHub ↗
(theFileEntry)
Source
from the content-addressed store, hash-verified
80
};
81
82
var
onChosenFileToSave =
function
(theFileEntry) {
83
setFile(theFileEntry, true);
84
writeEditorToFile(theFileEntry);
85
};
86
87
function
handleNewButton() {
88
if
(false) {
Callers
1
editor.js
File · 0.85
Calls
2
setFile
Function · 0.85
writeEditorToFile
Function · 0.85
Tested by
no test coverage detected