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

Method get_parser

modules/gdscript/gdscript_cache.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61GDScriptParser *GDScriptParserRef::get_parser() {
62 if (parser == nullptr) {
63 parser = memnew(GDScriptParser);
64 }
65 return parser;
66}
67
68GDScriptAnalyzer *GDScriptParserRef::get_analyzer() {
69 if (analyzer == nullptr) {

Callers 13

resolve_datatypeMethod · 0.45
resolve_class_memberMethod · 0.45
resolve_class_bodyMethod · 0.45
reduce_identifierMethod · 0.45
type_from_variantMethod · 0.45
get_shallow_scriptMethod · 0.45
validateMethod · 0.45
_type_from_variantFunction · 0.45

Calls 7

raise_statusMethod · 0.80
is_emptyMethod · 0.45
insertMethod · 0.45
hasMethod · 0.45
is_nullMethod · 0.45
instantiateMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected