MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / ResetSequence

Method ResetSequence

IceFireDB-SQLProxy/pkg/mysql/packet/conn.go:296–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296func (c *Conn) ResetSequence() {
297 c.Sequence = 0
298}
299
300func (c *Conn) Close() error {
301 c.Sequence = 0

Callers 7

writeCommandMethod · 0.95
writeCommandBufMethod · 0.95
writeCommandUint32Method · 0.95
writeCommandStrStrMethod · 0.95
handshakeMethod · 0.95
HandleCommandMethod · 0.95
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected