| 199 | void Join(); |
| 200 | bool IsStopped() const { return stop_; } |
| 201 | bool IsLoading() const { return is_loading_; } |
| 202 | Config *GetConfig() { return config_; } |
| 203 | static StatusOr<std::unique_ptr<redis::Commander>> LookupAndCreateCommand(const std::string &cmd_name); |
| 204 | void AdjustOpenFilesLimit(); |
no outgoing calls
no test coverage detected