| 454 | } |
| 455 | |
| 456 | type recordingResponseCache struct { |
| 457 | refs []RowRef |
| 458 | } |
| 459 | |
| 460 | func (c *recordingResponseCache) Get(context.Context, string) ([]byte, bool, bool) { |
| 461 | return nil, false, false |
nothing calls this directly
no outgoing calls
no test coverage detected