Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxrpc
/ SetType
Method
SetType
codegen/syntax_tree.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void SyntaxParam::SetType(const char *type) {
59
strncpy(type_, type, sizeof(type_) - 1);
60
}
61
62
const char *SyntaxParam::GetType() const {
63
return type_;
Callers
2
LoadNormal
Method · 0.80
AddEcho
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected