Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
type
fakeControlPlaneQueryLogSink
struct
{
28
stops atomic.Int32
29
}
30
31
func
(s *fakeControlPlaneQueryLogSink) Log(server.QueryLogEntry) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected