Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/perkeep/perkeep
/ Close
Method
Close
pkg/client/android/androidx.go:151–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
func
(c *statTrackingConn) Close() error {
152
c.once.Do(
func
() {
153
statTCPDone.Incr(1)
154
})
155
return
nil
156
}
157
158
var
(
159
dnsMu sync.Mutex
Callers
nothing calls this directly
Calls
1
Incr
Method · 0.45
Tested by
no test coverage detected