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

Method GetUser

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:300–302  ·  view source on GitHub ↗

GetUser returns the username for this connection

()

Source from the content-addressed store, hash-verified

298
299// GetUser returns the username for this connection
300func (c *Conn) GetUser() string {
301 return c.user
302}
303
304func (c *Conn) HandleOKPacket(data []byte) *Result {
305 r, _ := c.handleOKPacket(data)

Callers 2

HandleQueryMethod · 0.45
HandleStmtExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected