Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ writerWrapper
Struct
writerWrapper
zapcore/write_syncer.go:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
type
writerWrapper
struct
{
79
io.Writer
80
}
81
82
func
(w writerWrapper) Sync() error {
83
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected