(size uint64)
| 1194 | } |
| 1195 | |
| 1196 | func bleveCtxQueryStartCallback(size uint64) error { |
| 1197 | return fireQueryEvent(1, EventQueryStart, 0, size) |
| 1198 | } |
| 1199 | |
| 1200 | func bleveCtxQueryEndCallback(size uint64) error { |
| 1201 | return fireQueryEvent(1, EventQueryEnd, 0, size) |
nothing calls this directly
no test coverage detected