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

Struct nopCore

zapcore/core.go:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47type nopCore struct{}
48
49// NewNopCore returns a no-op Core.
50func NewNopCore() Core { return nopCore{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected