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

Method resolve_body

modules/gdscript/gdscript_analyzer.cpp:6417–6426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6415}
6416
6417Error GDScriptAnalyzer::resolve_body() {
6418 resolve_class_body(parser->head, true);
6419
6420#ifdef DEBUG_ENABLED
6421 // Apply here, after all `@warning_ignore`s have been resolved and applied.
6422 parser->apply_pending_warnings();
6423#endif // DEBUG_ENABLED
6424
6425 return parser->errors.is_empty() ? OK : ERR_PARSE_ERROR;
6426}
6427
6428Error GDScriptAnalyzer::resolve_dependencies() {
6429 for (KeyValue<String, Ref<GDScriptParserRef>> &K : parser->depended_parsers) {

Callers 1

raise_statusMethod · 0.80

Calls 2

is_emptyMethod · 0.45

Tested by

no test coverage detected