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

Method AddComment

src/common/cmdargparser.hpp:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666
667
668 void AddComment(const CommentPlacement &p, const std::string &c)
669 {
670 comments.push_back(CommandComment(p, c));
671 }
672
673
674 /**

Callers 2

prepare_command_initcfgFunction · 0.80
mainFunction · 0.80

Calls 1

CommandCommentClass · 0.85

Tested by 1

mainFunction · 0.64