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

Method getText

src/visualizer/gui/editor/python_editor.cpp:3273–3275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3271 }
3272
3273 std::string PythonEditor::getText() const {
3274 return impl_->getText();
3275 }
3276
3277 std::string PythonEditor::getTextStripped() const {
3278 return rstrip_lines(getText());

Callers 6

renderRmlMethod · 0.45
processRmlEventMethod · 0.45
syntaxFoldsMethod · 0.45
format_editor_scriptFunction · 0.45
clean_editor_scriptFunction · 0.45
getEditorTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected