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

Method get_error_message

core/io/json.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113 _FORCE_INLINE_ int get_error_line() const { return err_line; }
114 _FORCE_INLINE_ String get_error_message() const { return err_str; }
115};
116
117class ResourceFormatLoaderJSON : public ResourceFormatLoader {

Callers 10

_parse_jsonMethod · 0.80
_parse_glbMethod · 0.80
_parseMethod · 0.80
parse_stringMethod · 0.80
loadMethod · 0.80
_validate_scriptMethod · 0.80
load_from_fileMethod · 0.80
load_from_fileMethod · 0.80
_remove_copied_libsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected