MCPcopy Index your code
hub / github.com/coder/coder / tableStats

Struct tableStats

coderd/database/migrations/migrate_test.go:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type tableStats struct {
197 mu sync.Mutex
198 s map[string]int
199}
200
201func (s *tableStats) Add(table string, n int) {
202 s.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected