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

Function analyze_python_buffer

src/python/python_buffer_analysis.cpp:912–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910 }
911
912 PythonBufferAnalysis analyze_python_buffer(std::string_view code) {
913 PythonSyntaxDocument document;
914 document.reset(code);
915 return document.analysis();
916 }
917
918} // namespace lfs::python

Callers 2

format_python_code_implFunction · 0.85
TEST_FFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68