| 410 | } |
| 411 | |
| 412 | bool is_closed() const { return closed_; } |
| 413 | bool is_pinned() const { return pinned_; } |
| 414 | // Returns true if there is an active embedded read iterator. |
| 415 | bool has_read_iterator() const { return read_it_.is_valid(); } |
no outgoing calls
no test coverage detected