| 30 | ) |
| 31 | |
| 32 | type ActiveQueryTracker struct { |
| 33 | mmappedFile []byte |
| 34 | getNextIndex chan int |
| 35 | logger *slog.Logger |
| 36 | closer io.Closer |
| 37 | maxConcurrent int |
| 38 | } |
| 39 | |
| 40 | var _ io.Closer = &ActiveQueryTracker{} |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected