| 41 | void SetDepends(std::vector<std::string> depends); |
| 42 | |
| 43 | bool HasMainDependency() const { return this->HasMainDependency_; } |
| 44 | std::string const& GetMainDependency() const; |
| 45 | void SetMainDependency(std::string main_dependency); |
| 46 |
no outgoing calls
no test coverage detected