Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderRml
Method · 0.45
processRmlEvent
Method · 0.45
syntaxFolds
Method · 0.45
format_editor_script
Function · 0.45
clean_editor_script
Function · 0.45
getEditorText
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected