MCPcopy Create free account
hub / github.com/Tencent/phxrpc / SyntaxTree

Method SyntaxTree

codegen/syntax_tree.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117//====================================================================
118
119SyntaxTree::SyntaxTree() {
120 memset(prefix_, 0, sizeof(prefix_));
121 memset(proto_file_, 0, sizeof(proto_file_));
122 memset(package_name_, 0, sizeof(package_name_));
123}
124
125SyntaxTree::~SyntaxTree() {
126}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected