Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxrpc
/ SetOptString
Method
SetOptString
codegen/syntax_tree.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void SyntaxFunc::SetOptString(const char *opt_string) {
94
strncpy(opt_string_, opt_string, sizeof(opt_string_));
95
}
96
97
const char *SyntaxFunc::GetOptString() const {
98
return opt_string_;
Callers
2
LoadExtension
Method · 0.80
AddEcho
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected