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

Method GetPrefix

codegen/name_render.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45const char *NameRender::GetPrefix(char *dest, int size) {
46 snprintf(dest, size, "%s", prefix_);
47
48 ToUpper(dest);
49
50 return dest;
51}
52
53const char *NameRender::GetMessageClassName(const char *type, char *name, int size) {
54 string tmp = type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected