MCPcopy Create free account
hub / github.com/coder/slog / Write

Method Write

internal/syncwriter/syncwriter_test.go:120–122  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

118var _ syncer = &syncWriter{}
119
120func (sw syncWriter) Write(p []byte) (int, error) {
121 return sw.wf(p)
122}
123
124func (sw syncWriter) Sync() error {
125 return sw.sf()

Callers 2

TestWriter_SyncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected