Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
func
newCompIO(mc *mysqlConn) *compIO {
78
return
&compIO{
79
mc: mc,
80
}
81
}
82
83
func
(c *compIO) reset() {
84
c.buff.Reset()
Callers
2
TestRoundtrip
Function · 0.85
Connect
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestRoundtrip
Function · 0.68