| 54 | } |
| 55 | |
| 56 | inline call_result_t operator()(std::size_t token_index) const noexcept { |
| 57 | return operator()(env.tokens[token_index]); |
| 58 | } |
| 59 | |
| 60 | inline call_result_t operator()(std::string_view buffer) const noexcept { |
| 61 | // Ensure buffer is large enough |
nothing calls this directly
no test coverage detected