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

Method SyntaxParam

codegen/syntax_tree.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//====================================================================
50
51SyntaxParam::SyntaxParam() {
52 memset(type_, 0, sizeof(type_));
53}
54
55SyntaxParam::~SyntaxParam() {
56}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected