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

Method annotation_exists

modules/gdscript/gdscript_parser.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool GDScriptParser::annotation_exists(const String &p_annotation_name) const {
93 return valid_annotations.has(p_annotation_name);
94}
95
96GDScriptParser::GDScriptParser() {
97 // Register valid annotations.

Callers 1

lookup_codeMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected