Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
type
nopCore
struct
{}
48
49
// NewNopCore returns a no-op Core.
50
func
NewNopCore() Core {
return
nopCore{} }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected