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

Method reset

compress.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (c *compIO) reset() {
84 c.buff.Reset()
85}
86
87func (c *compIO) readNext(need int) ([]byte, error) {
88 for c.buff.Len() < need {

Callers 1

syncSequenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected