Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/slog
/ syncWriter
Struct
syncWriter
internal/syncwriter/syncwriter_test.go:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
type
syncWriter
struct
{
114
wf
func
([]byte) (int, error)
115
sf
func
() error
116
}
117
118
var
_ syncer = &syncWriter{}
119
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected