Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_functions
Method
get_functions
editor/script/text_editor.cpp:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
Vector<String> TextEditor::get_functions() {
337
return Vector<String>();
338
}
339
340
bool TextEditor::show_members_overview() {
341
return true;
Callers
9
has_func_name
Method · 0.45
_update_members_overview
Method · 0.45
_load_theme_settings
Method · 0.45
_code_complete_script
Method · 0.45
_validate_script
Method · 0.45
_update_preview
Method · 0.45
compile
Method · 0.45
_find_identifier
Method · 0.45
complete
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected