MCPcopy Index your code
hub / github.com/coder/coder / FakeConnectionLogger

Struct FakeConnectionLogger

coderd/connectionlog/connectionlog.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type FakeConnectionLogger struct {
32 mu sync.Mutex
33 upsertions []database.UpsertConnectionLogParams
34}
35
36func (m *FakeConnectionLogger) Reset() {
37 m.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected