| 100 | |
| 101 | const std::vector<uint32_t>& GetStats() const { return count_uses_; } |
| 102 | void SetControl(ControlInterface* control) { control_ = control; } |
| 103 | |
| 104 | uint32_t GetBaseBuild() const { return base_build_; } |
| 105 | const std::string& GetDataVersion() const { return data_version_; } |
nothing calls this directly
no outgoing calls
no test coverage detected