| 815 | PythonSyntaxDocument& PythonSyntaxDocument::operator=(PythonSyntaxDocument&&) noexcept = default; |
| 816 | |
| 817 | bool PythonSyntaxDocument::reset(std::string_view code) { |
| 818 | return impl_->reset(code); |
| 819 | } |
| 820 | |
| 821 | bool PythonSyntaxDocument::applyEditsAndReparse( |
| 822 | std::string_view code, |
no outgoing calls
no test coverage detected