| 6213 | inside the parse context `context`. */ |
| 6214 | template<typename Context> |
| 6215 | void insert(Context const & context, std::string_view str, T x) const |
| 6216 | { |
| 6217 | this->parser_.insert(context, str, std::move(x)); |
| 6218 | } |
| 6219 | |
| 6220 | /** Erases the entry whose UTF-8 match string is `str` from the copy |
| 6221 | of the symbol table inside the parse context `context`. */ |
no outgoing calls
no test coverage detected