MCPcopy
hub / github.com/MrNothing/AI-Blocks / save

Method save

Sources/src/Model/Managers/JsonManager.js:20–27  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

18 }
19
20 save(path)
21 {
22 fs.writeFile(path, JSON.stringify(this.json), (err) => {
23 if(err){
24 alert("An error ocurred creating the file "+ err.message);
25 }
26 });
27 }
28
29}

Callers 6

saveProjectClickedMethod · 0.95
makeProjectFunction · 0.95
TrainFunction · 0.80
SendImageDataFunction · 0.80
SendFastGraphFunction · 0.80
SaveModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected