| 269 | } |
| 270 | |
| 271 | bool Projection::Iterator::operator==(Projection::Iterator const& other) const { |
| 272 | return this->path == other.path && this->stack == other.stack; |
| 273 | } |
| 274 | |
| 275 | Projection::Iterator Projection::begin() { |
| 276 | Reference<Projection> root = Reference<Projection>::addRef(this); |
nothing calls this directly
no outgoing calls
no test coverage detected