| 40 | conv_count(VertexSource& vs) : m_source(&vs), m_count(0) {} |
| 41 | |
| 42 | void count(unsigned n) { m_count = n; } |
| 43 | unsigned count() const { return m_count; } |
| 44 | |
| 45 | void rewind(unsigned path_id) { m_source->rewind(path_id); } |
no outgoing calls
no test coverage detected