MCPcopy Index your code
hub / github.com/coder/slog / Sync

Method Sync

slog.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29type Sink interface {
30 LogEntry(ctx context.Context, e SinkEntry)
31 Sync()
32}
33
34// Log logs the given entry with the context to the

Callers 5

SyncMethod · 0.65
SyncMethod · 0.65
SyncMethod · 0.65
TestMakeFunction · 0.65
TestVisualFunction · 0.65

Implementers 5

fakeSinkslog_test.go
jsonSinksloggers/slogjson/slogjson.go
stackdriverSinksloggers/slogstackdriver/slogstackdriv
humanSinksloggers/sloghuman/sloghuman.go
testSinksloggers/slogtest/t.go

Calls

no outgoing calls

Tested by 2

TestMakeFunction · 0.52
TestVisualFunction · 0.52