| 103 | }; |
| 104 | |
| 105 | inline JsonIterator begin(JsonValue o) { |
| 106 | return JsonIterator{o.toNode()}; |
| 107 | } |
| 108 | inline JsonIterator end(JsonValue) { |
| 109 | return JsonIterator{nullptr}; |
| 110 | } |
nothing calls this directly
no outgoing calls
no test coverage detected