| 289 | } |
| 290 | |
| 291 | type emptySearchResultSet struct{} |
| 292 | |
| 293 | func (emptySearchResultSet) Next() bool { return false } |
| 294 | func (emptySearchResultSet) At() SearchResult { return SearchResult{} } |
nothing calls this directly
no outgoing calls
no test coverage detected