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

Method Close

sink.go:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54type nopCloserSink struct{ zapcore.WriteSyncer }
55
56func (nopCloserSink) Close() error { return nil }
57
58type sinkRegistry struct {
59 mu sync.Mutex

Callers 3

TestAtomicLevelServeHTTPFunction · 0.45
openFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestAtomicLevelServeHTTPFunction · 0.36