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

Function IsAuthFinishPkg

phxsqlproxy/phxsqlproxyutil.cpp:125–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool IsAuthFinishPkg(const char * buf, int len) {
126 if (len < 5) {
127 return false;
128 }
129 return buf[4] == 0x0;
130}
131
132uint64_t GetTimestampMS() {
133 uint64_t u = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected