Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
bool GDScriptParser::annotation_exists(const String &p_annotation_name) const {
93
return valid_annotations.has(p_annotation_name);
94
}
95
96
GDScriptParser::GDScriptParser() {
97
// Register valid annotations.
Callers
1
lookup_code
Method · 0.80
Calls
1
has
Method · 0.45
Tested by
no test coverage detected