Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetComment
Method
GetComment
src/common/cmdargparser.hpp:616–619 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
}
615
616
const std::string GetComment(const CommentPlacement &p) const
617
{
618
return (p == placement ? comment +
"\n"
:
""
);
619
}
620
621
const CommentPlacement placement;
622
const std::string comment;
Callers
1
gen_help
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected