MCPcopy
hub / github.com/keploy/keploy / IsNoResponseCommand

Function IsNoResponseCommand

pkg/agent/proxy/integrations/mysql/wire/util.go:157–164  ·  view source on GitHub ↗
(command string)

Source from the content-addressed store, hash-verified

155}
156
157func IsNoResponseCommand(command string) bool {
158 switch command {
159 case mysql.CommandStatusToString(mysql.COM_STMT_CLOSE), mysql.CommandStatusToString(mysql.COM_STMT_SEND_LONG_DATA):
160 return true
161 default:
162 return false
163 }
164}
165
166// PrintByteArray is only for debugging purpose
167func PrintByteArray(name string, b []byte) {

Callers 3

asyncMySQLDecodeFunction · 0.92
handleCommandsV2Function · 0.92
simulateCommandPhaseFunction · 0.92

Calls 1

CommandStatusToStringFunction · 0.92

Tested by

no test coverage detected