| 516 | } |
| 517 | |
| 518 | void DelegateOptions::SetSerializeToDot(const std::string& serializeToDotFile) |
| 519 | { |
| 520 | p_DelegateOptionsImpl->m_SerializeToDot = serializeToDotFile; |
| 521 | } |
| 522 | |
| 523 | const std::string& DelegateOptions::GetSerializeToDot() const |
| 524 | { |
no outgoing calls
no test coverage detected