MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / code_defined

Method code_defined

openvpn/error/excode.hpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 bool fatal() const { return (code_ & FATAL_FLAG) != 0; }
59
60 bool code_defined() const { return code_ != 0; }
61
62 virtual ~ExceptionCode() throw() {}
63

Callers 4

status_from_exceptionMethod · 0.80
transport_recvMethod · 0.80
tun_startMethod · 0.80
tun_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected