Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ Close
Method
Close
writer_test.go:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
(cb *closableBuffer) Close() error {
22
cb.closed = true
23
return
cb.closeError
24
}
25
26
type
errorWriter
struct
{
27
writeError error
Callers
2
TestSyncWriter
Function · 0.45
TestMultiLevelWriter_Close
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected