MCPcopy 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
151func (c *statTrackingConn) Close() error {
152 c.once.Do(func() {
153 statTCPDone.Incr(1)
154 })
155 return nil
156}
157
158var (
159 dnsMu sync.Mutex

Callers

nothing calls this directly

Calls 1

IncrMethod · 0.45

Tested by

no test coverage detected