Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void SyntaxFunc::SetCmdID(const int cmdid) {
110
cmdid_ = cmdid;
111
}
112
113
int SyntaxFunc::GetCmdID() const {
114
return cmdid_;
Callers
1
LoadExtension
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected