selfQuery is an Self node query.(self::*)
| 735 | |
| 736 | // selfQuery is an Self node query.(self::*) |
| 737 | type selfQuery struct { |
| 738 | Input query |
| 739 | Predicate func(NodeNavigator) bool |
| 740 | } |
| 741 | |
| 742 | func (s *selfQuery) Select(t iterator) NodeNavigator { |
| 743 | for { |
nothing calls this directly
no outgoing calls
no test coverage detected