Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_exception
Method · 0.80
transport_recv
Method · 0.80
tun_start
Method · 0.80
tun_start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected