| 106 | return JsonIterator{o.toNode()}; |
| 107 | } |
| 108 | inline JsonIterator end(JsonValue) { |
| 109 | return JsonIterator{nullptr}; |
| 110 | } |
| 111 | |
| 112 | #define JSON_ERRNO_MAP(XX) \ |
| 113 | XX(OK, "ok") \ |
nothing calls this directly
no outgoing calls
no test coverage detected