MCPcopy Create free account
hub / github.com/Tencent/phxsql / IsAuthReqPkg

Function IsAuthReqPkg

phxsqlproxy/phxsqlproxyutil.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool IsAuthReqPkg(const char * buf, int len) {
119 if (len < 5) {
120 return false;
121 }
122 return buf[4] == 0xA;
123}
124
125bool IsAuthFinishPkg(const char * buf, int len) {
126 if (len < 5) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected