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

Method get_status

modules/gdscript/gdscript_cache.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include "core/templates/vector.h"
48
49GDScriptParserRef::Status GDScriptParserRef::get_status() const {
50 return status;
51}
52
53String GDScriptParserRef::get_path() const {
54 return path;

Callers 8

connect_blender_rpcMethod · 0.45
do_import_rpcMethod · 0.45
_poll_serverMethod · 0.45
try_next_candidateMethod · 0.45
_do_server_handshakeMethod · 0.45
_do_client_handshakeMethod · 0.45
connect_to_urlMethod · 0.45
pollMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected