Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
GDScriptParserRef::Status GDScriptParserRef::get_status() const {
50
return status;
51
}
52
53
String GDScriptParserRef::get_path() const {
54
return path;
Callers
8
connect_blender_rpc
Method · 0.45
do_import_rpc
Method · 0.45
_poll_server
Method · 0.45
try_next_candidate
Method · 0.45
_do_server_handshake
Method · 0.45
_do_client_handshake
Method · 0.45
connect_to_url
Method · 0.45
poll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected