Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxrpc
/ SetName
Method
SetName
codegen/syntax_tree.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void SyntaxNode::SetName(const char *name) {
42
strncpy(name_, name, sizeof(name_) - 1);
43
}
44
45
const char *SyntaxNode::GetName() const {
46
return name_;
Callers
4
GenerateClientHpp
Method · 0.80
GenerateClientCpp
Method · 0.80
LoadNormal
Method · 0.80
AddEcho
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected