| 89 | |
| 90 | size_t getMaxStreams() const { return max_streams; } |
| 91 | bool getKeepLeftReadInOrder() const { return keep_left_read_in_order; } |
| 92 | |
| 93 | const Names & getLeftKeys() const { return left_keys; } |
| 94 | const Names & getRightKeys() const { return right_keys; } |
no outgoing calls
no test coverage detected