Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ trim_final_newlines
Method
trim_final_newlines
editor/script/text_editor.cpp:299–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
void TextEditor::trim_final_newlines() {
300
code_editor->trim_final_newlines();
301
}
302
303
void TextEditor::insert_final_newline() {
304
code_editor->insert_final_newline();
Callers
4
_resave_scripts
Method · 0.45
_menu_option
Method · 0.45
save_current_script
Method · 0.45
save_all_scripts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected