MCPcopy Index your code
hub / github.com/share/sharedb / callback

Function callback

lib/backend.js:231–234  ·  view source on GitHub ↗
(error, ops)

Source from the content-addressed store, hash-verified

229 var request = new SubmitRequest(this, agent, index, id, op, options);
230
231 var callback = function(error, ops) {
232 backend.emit('submitRequestEnd', error, request);
233 originalCallback(error, ops, request);
234 };
235
236 var err = ot.checkOp(op);
237 if (err) return callback(err);

Callers 4

finishFunction · 0.70
backend.jsFile · 0.70
nextFunction · 0.70
createQueryEmitterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…