MCPcopy Create free account
hub / github.com/PostHog/duckgres / fakeControlPlaneQueryLogSink

Struct fakeControlPlaneQueryLogSink

controlplane/control_test.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return c.remote
25}
26
27type fakeControlPlaneQueryLogSink struct {
28 stops atomic.Int32
29}
30
31func (s *fakeControlPlaneQueryLogSink) Log(server.QueryLogEntry) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected