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

Method Sync

internal/syncwriter/syncwriter.go:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43type syncer interface {
44 Sync() error
45}
46
47var _ syncer = &os.File{}

Callers 1

TestWriter_SyncFunction · 0.65

Implementers 8

Loggerslog.go
fakeSinkslog_test.go
jsonSinksloggers/slogjson/slogjson.go
stackdriverSinksloggers/slogstackdriver/slogstackdriv
humanSinksloggers/sloghuman/sloghuman.go
testSinksloggers/slogtest/t.go
syncWriterinternal/syncwriter/syncwriter_test.go
Writerinternal/syncwriter/syncwriter.go

Calls

no outgoing calls

Tested by 1

TestWriter_SyncFunction · 0.52