| 108 | RuntimeState* runtime_state() { return runtime_state_; } |
| 109 | |
| 110 | RuntimeProfile* profile() { return runtime_state_->runtime_profile(); } |
| 111 | |
| 112 | BufferPool::ClientHandle* buffer_pool_client() { return &buffer_pool_client_; } |
| 113 |
nothing calls this directly
no test coverage detected