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

Method get_analyzer

modules/gdscript/gdscript_cache.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68GDScriptAnalyzer *GDScriptParserRef::get_analyzer() {
69 if (analyzer == nullptr) {
70 analyzer = memnew(GDScriptAnalyzer(get_parser()));
71 }
72 return analyzer;
73}
74
75Error GDScriptParserRef::raise_status(Status p_new_status) {
76 ERR_FAIL_COND_V(clearing, ERR_BUG);

Calls 1

GDScriptAnalyzerClass · 0.70

Tested by

no test coverage detected