| 357 | } |
| 358 | |
| 359 | type cachedChildQuery struct { |
| 360 | name string |
| 361 | posit int |
| 362 | iterator func() NodeNavigator |
| 363 | |
| 364 | Input query |
| 365 | Predicate func(NodeNavigator) bool |
| 366 | } |
| 367 | |
| 368 | func (c *cachedChildQuery) Select(t iterator) NodeNavigator { |
| 369 | for { |
nothing calls this directly
no outgoing calls
no test coverage detected