contextQuery is returns current node on the iterator object query.
| 83 | |
| 84 | // contextQuery is returns current node on the iterator object query. |
| 85 | type contextQuery struct { |
| 86 | count int |
| 87 | } |
| 88 | |
| 89 | func (c *contextQuery) Select(t iterator) NodeNavigator { |
| 90 | if c.count > 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected