| 446 | |
| 447 | #ifdef OPENVPN_DEBUG |
| 448 | void File::Dump() const |
| 449 | { |
| 450 | std::cout << "-------- DUMP -------" << std::endl; |
| 451 | for (const auto &e : map) |
| 452 | { |
| 453 | std::cout << e; |
| 454 | } |
| 455 | std::cout << "---- DUMP -- EOF ----" << std::endl; |
| 456 | } |
| 457 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected