MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_navigation_state

Method get_navigation_state

editor/script/text_editor.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291Variant TextEditor::get_navigation_state() {
292 return code_editor->get_navigation_state();
293}
294
295void TextEditor::trim_trailing_whitespace() {
296 code_editor->trim_trailing_whitespace();

Callers 3

_save_historyMethod · 0.45
_go_to_tabMethod · 0.45
_update_history_posMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected