()
| 5824 | } |
| 5825 | |
| 5826 | function finish() { |
| 5827 | opts.complete(null, { |
| 5828 | results, |
| 5829 | last_seq: lastSeq |
| 5830 | }); |
| 5831 | } |
| 5832 | |
| 5833 | function onTxnComplete() { |
| 5834 | if (!opts.continuous && opts.attachments) { |
no outgoing calls
no test coverage detected
searching dependent graphs…