MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / reset

Method reset

src/python/python_buffer_analysis.cpp:817–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers 3

ensure_parserMethod · 0.45
resetMethod · 0.45
analyze_python_bufferFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected