MCPcopy 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
41void SyntaxNode::SetName(const char *name) {
42 strncpy(name_, name, sizeof(name_) - 1);
43}
44
45const char *SyntaxNode::GetName() const {
46 return name_;

Callers 4

GenerateClientHppMethod · 0.80
GenerateClientCppMethod · 0.80
LoadNormalMethod · 0.80
AddEchoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected