MCPcopy
hub / github.com/CodeboxIDE/codebox / doSave

Function doSave

client/utils/filesync.js:833–836  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

831
832 // If online use the socket event "save"
833 var doSave = function(args) {
834 that.send("save", args);
835 return Q();
836 };
837
838 // If aync mode
839 if (this.getMode() == this.modes.ASYNC) {

Callers 1

filesync.jsFile · 0.85

Calls 1

QFunction · 0.85

Tested by

no test coverage detected