| 19 | : iterator_(iterator), resources_(resources) {} |
| 20 | |
| 21 | JsonPair operator*() const { |
| 22 | return JsonPair(iterator_, resources_); |
| 23 | } |
| 24 | Ptr<JsonPair> operator->() { |
| 25 | return operator*(); |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected