| 157 | } |
| 158 | |
| 159 | type profilingOutputExecutor struct { |
| 160 | output string |
| 161 | } |
| 162 | |
| 163 | func (e profilingOutputExecutor) QueryContext(context.Context, string, ...any) (sqlcore.RowSet, error) { |
| 164 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected