MCPcopy
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
82var onChosenFileToSave = function(theFileEntry) {
83 setFile(theFileEntry, true);
84 writeEditorToFile(theFileEntry);
85};
86
87function handleNewButton() {
88 if (false) {

Callers 1

editor.jsFile · 0.85

Calls 2

setFileFunction · 0.85
writeEditorToFileFunction · 0.85

Tested by

no test coverage detected