PathScanner scans the path.
| 14 | |
| 15 | // PathScanner scans the path. |
| 16 | type PathScanner struct { |
| 17 | p *Path |
| 18 | i int |
| 19 | } |
| 20 | |
| 21 | // Scan scans a new path segment and should be called before the other methods. |
| 22 | func (s *PathScanner) Scan() bool { |
nothing calls this directly
no outgoing calls
no test coverage detected