MCPcopy
hub / github.com/uber-go/zap / countingCore

Struct countingCore

zapcore/sampler_test.go:153–155  ·  zapcore/sampler_test.go::countingCore

Source from the content-addressed store, hash-verified

151}
152
153type countingCore struct {
154 logs atomic.Uint32
155}
156
157func (c *countingCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
158 return ce.AddCore(ent, c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected