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

Method Status

src/events/status.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace Events {
28
29Status::Status(const StatusMajor maj, const StatusMinor min, const std::string &msg)
30{
31 reset();
32 major = maj;
33 minor = min;
34 message = msg;
35}
36
37Status::Status()
38{

Callers

nothing calls this directly

Calls 3

parse_tupleFunction · 0.85
parse_dictFunction · 0.85
ExceptionClass · 0.50

Tested by

no test coverage detected