Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
saveProjectClicked
Method · 0.95
makeProject
Function · 0.95
Train
Function · 0.80
SendImageData
Function · 0.80
SendFastGraph
Function · 0.80
SaveModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected