MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Dump

Method Dump

src/common/configfileparser.cpp:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447#ifdef OPENVPN_DEBUG
448void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected