MCPcopy 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
76var onChosenFileToSave = function(theFileEntry) {
77 setFile(theFileEntry, true);
78 writeEditorToFile(theFileEntry);
79};
80
81function handleNewButton() {
82 if (false) {

Callers 1

handleSaveButtonFunction · 0.85

Calls 2

setFileFunction · 0.85
writeEditorToFileFunction · 0.85

Tested by

no test coverage detected