| 8662 | } |
| 8663 | |
| 8664 | TOML_PURE_INLINE_GETTER |
| 8665 | constexpr bool needs_more_input() const noexcept |
| 8666 | { |
| 8667 | return !has_code_point() && !error(); |
| 8668 | } |
| 8669 | |
| 8670 | constexpr void operator()(uint8_t byte) noexcept |
| 8671 | { |
nothing calls this directly
no test coverage detected