| 181 | } |
| 182 | |
| 183 | bool SSDBClient::ReWriteConfig() |
| 184 | { |
| 185 | |
| 186 | return true; |
| 187 | } |
| 188 | |
| 189 | bool SSDBClient::GetData( const std::string& key, std::string& type, RedisResult& results ) |
| 190 | { |
nothing calls this directly
no outgoing calls
no test coverage detected