| 32 | void addMergedPairs(int pairs); |
| 33 | |
| 34 | int getThreadId() {return mThreadId;} |
| 35 | // for splitting output |
| 36 | // increase mCurrentSplitReads by readNum, and check it with options->split.size; |
| 37 | void markProcessed(long readNum); |
no outgoing calls
no test coverage detected