github.com/go-pg/pg/v10/internal/pool.Stats.Hits (field)
4 uses
github.com/go-pg/pg/v10/internal/pool (current package)
pool.go#L29: Hits uint32 // number of times free connection was found in the pool
pool.go#L247: atomic.AddUint32(&p.stats.Hits, 1)
pool.go#L388: Hits: atomic.LoadUint32(&p.stats.Hits),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)