nopQuery is an empty query that always return nil for any query.
| 68 | |
| 69 | // nopQuery is an empty query that always return nil for any query. |
| 70 | type nopQuery struct{} |
| 71 | |
| 72 | func (nopQuery) Select(iterator) NodeNavigator { return nil } |
| 73 |
nothing calls this directly
no outgoing calls
no test coverage detected