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

Method pin

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

Source from the content-addressed store, hash-verified

119 };
120
121 pin(callback) { //pins the document to the local store
122 CB.CloudObject.pin(this, callback);
123 };
124
125 unPin(callback) { //pins the document to the local store
126 CB.CloudObject.unPin(this, callback);

Callers 3

offlineMode.jsFile · 0.80
saveEventuallyMethod · 0.80
CloudObject.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected