| 228 | } |
| 229 | |
| 230 | type iteratorShape struct { |
| 231 | it graph.Iterator |
| 232 | sent bool |
| 233 | } |
| 234 | |
| 235 | func (s *iteratorShape) BuildIterator(qs graph.QuadStore) graph.Iterator { |
| 236 | if s.sent { |
nothing calls this directly
no outgoing calls
no test coverage detected