(error, ops)
| 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); |
no outgoing calls
no test coverage detected
searching dependent graphs…