MCPcopy 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
336Vector<String> TextEditor::get_functions() {
337 return Vector<String>();
338}
339
340bool TextEditor::show_members_overview() {
341 return true;

Callers 9

has_func_nameMethod · 0.45
_load_theme_settingsMethod · 0.45
_code_complete_scriptMethod · 0.45
_validate_scriptMethod · 0.45
_update_previewMethod · 0.45
compileMethod · 0.45
_find_identifierMethod · 0.45
completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected