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

Method File

src/common/configfileparser.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60//
61
62File::File(const fs::path &fname)
63{
64 config_filename = fname;
65}
66
67
68const std::string File::GetFilename() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected