| 272 | |
| 273 | bool SetDeviceLink(bool deviceLink); |
| 274 | bool IsDeviceLink() const { return this->DeviceLink; } |
| 275 | |
| 276 | cmLinkInterface const* GetLinkInterface( |
| 277 | std::string const& config, cmGeneratorTarget const* headTarget) const; |
no outgoing calls
no test coverage detected