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

Method SetCmdID

codegen/syntax_tree.cpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void SyntaxFunc::SetCmdID(const int cmdid) {
110 cmdid_ = cmdid;
111}
112
113int SyntaxFunc::GetCmdID() const {
114 return cmdid_;

Callers 1

LoadExtensionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected