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

Method cleanup

modules/gdscript/gdscript_parser.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79HashMap<StringName, GDScriptParser::AnnotationInfo> GDScriptParser::valid_annotations;
80
81void GDScriptParser::cleanup() {
82 builtin_types.clear();
83 valid_annotations.clear();
84}
85
86void GDScriptParser::get_annotation_list(List<MethodInfo> *r_annotations) const {
87 for (const KeyValue<StringName, AnnotationInfo> &E : valid_annotations) {

Callers 15

write_callMethod · 0.45
write_super_callMethod · 0.45
write_call_asyncMethod · 0.45
write_call_utilityMethod · 0.45
write_call_selfMethod · 0.45
write_call_self_asyncMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected