Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ log
Method
log
zapio/writer.go:145–149 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
143
}
144
145
func
(w *Writer) log(b []byte) {
146
if
ce := w.Log.Check(w.Level, string(b)); ce != nil {
147
ce.Write()
148
}
149
}
Callers
2
writeLine
Method · 0.95
flush
Method · 0.95
Calls
2
Check
Method · 0.65
Write
Method · 0.65
Tested by
no test coverage detected