(op, source)
| 279 | var doc2 = this.doc2; |
| 280 | var doc3 = this.doc3; |
| 281 | function beforeOpHandler(op, source) { |
| 282 | if (source) { |
| 283 | return; |
| 284 | } |
| 285 | doc.off('before op', beforeOpHandler); |
| 286 | doc.submitOp({p: ['list', 0], li: 2}, {source: true}); |
| 287 | } |
| 288 | function opHandler(op, source) { |
| 289 | if (source) { |
| 290 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected