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

Struct profilingOutputExecutor

server/profiling_test.go:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type profilingOutputExecutor struct {
160 output string
161}
162
163func (e profilingOutputExecutor) QueryContext(context.Context, string, ...any) (sqlcore.RowSet, error) {
164 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected