MCPcopy Create free account
hub / github.com/Tencent/phxrpc / ~SyntaxNode

Method ~SyntaxNode

codegen/syntax_tree.cpp:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38SyntaxNode::~SyntaxNode() {
39}
40
41void SyntaxNode::SetName(const char *name) {
42 strncpy(name_, name, sizeof(name_) - 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected