MCPcopy
hub / github.com/keploy/keploy / StatusToString

Function StatusToString

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

Source from the content-addressed store, hash-verified

239}
240
241func StatusToString(status byte) string {
242 if str, ok := statusToString[status]; ok {
243 return str
244 }
245 return "UNKNOWN"
246}
247
248func AuthStatusToString(status byte) string {
249 if str, ok := authStatusToString[status]; ok {

Callers 15

decodeMySQLMessageFunction · 0.92
retypeMySQLResponseFunction · 0.92
asyncMySQLDecodeFunction · 0.92
processFirstResponseFunction · 0.92
buildResultSetTerminatorFunction · 0.92
collectResponseV2Function · 0.92
assembleTextResultSetV2Function · 0.92
matchCommandFunction · 0.92

Calls

no outgoing calls