MCPcopy
hub / github.com/go-sql-driver/mysql / newCompIO

Function newCompIO

compress.go:77–81  ·  view source on GitHub ↗
(mc *mysqlConn)

Source from the content-addressed store, hash-verified

75}
76
77func newCompIO(mc *mysqlConn) *compIO {
78 return &compIO{
79 mc: mc,
80 }
81}
82
83func (c *compIO) reset() {
84 c.buff.Reset()

Callers 2

TestRoundtripFunction · 0.85
ConnectMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestRoundtripFunction · 0.68