| 57 | class Parser { |
| 58 | public: |
| 59 | explicit Parser() noexcept = default; |
| 60 | // sonic_force_inline Parser(JsonInput& input) : input_(input) {} |
| 61 | Parser(Parser &&other) noexcept = default; |
| 62 | sonic_force_inline Parser(const Parser &other) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected