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

Method SyntaxFunc

codegen/syntax_tree.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66//====================================================================
67
68SyntaxFunc::SyntaxFunc() {
69 memset(opt_string_, 0, sizeof(opt_string_));
70 memset(usage_, 0, sizeof(usage_));
71 cmdid_ = -1;
72}
73
74SyntaxFunc::~SyntaxFunc() {
75}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected