MCPcopy Create free account
hub / github.com/Tencent/phxrpc / GetOptString

Method GetOptString

codegen/syntax_tree.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97const char *SyntaxFunc::GetOptString() const {
98 return opt_string_;
99}
100
101void SyntaxFunc::SetUsage(const char *usage) {
102 strncpy(usage_, usage, sizeof(usage_));

Callers 2

GenerateToolHppMethod · 0.80
PrintTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1

PrintTreeFunction · 0.64