MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / disableSync

Method disableSync

sdk/src/CloudObject.js:178–180  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

176 }
177
178 disableSync(callback) {
179 CB.CloudObject.disableSync(this.document, callback);
180 }
181
182 fetch(callback) { //fetch the document from the db
183 if (!CB.appId) {

Callers 1

CloudObject.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected