MCPcopy
hub / github.com/keploy/keploy / AuthStatusToString

Function AuthStatusToString

pkg/models/mysql/const.go:248–253  ·  view source on GitHub ↗
(status byte)

Source from the content-addressed store, hash-verified

246}
247
248func AuthStatusToString(status byte) string {
249 if str, ok := authStatusToString[status]; ok {
250 return str
251 }
252 return "UNKNOWN"
253}
254
255func CommandStatusToString(status byte) string {
256 if str, ok := commandStatusToString[status]; ok {

Callers 5

decodeMySQLMessageFunction · 0.92
retypeMySQLResponseFunction · 0.92
simulateInitialHandshakeFunction · 0.92
decodePacketFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected