Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
const char *SyntaxFunc::GetOptString() const {
98
return opt_string_;
99
}
100
101
void SyntaxFunc::SetUsage(const char *usage) {
102
strncpy(usage_, usage, sizeof(usage_));
Callers
2
GenerateToolHpp
Method · 0.80
PrintTree
Function · 0.80
Calls
no outgoing calls
Tested by
1
PrintTree
Function · 0.64