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

Method has_bind

modules/gdscript/gdscript_parser.cpp:2608–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606}
2607
2608bool GDScriptParser::PatternNode::has_bind(const StringName &p_name) {
2609 return binds.has(p_name);
2610}
2611
2612GDScriptParser::IdentifierNode *GDScriptParser::PatternNode::get_bind(const StringName &p_name) {
2613 return binds[p_name];

Callers 1

parse_match_patternMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected