Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_server_uri
Method
get_server_uri
editor/debugger/editor_debugger_node.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
String EditorDebuggerNode::get_server_uri() const {
254
ERR_FAIL_COND_V(server.is_null(),
""
);
255
return server->get_uri();
256
}
257
258
void EditorDebuggerNode::set_keep_open(bool p_keep_open) {
259
keep_open = p_keep_open;
Callers
1
run
Method · 0.80
Calls
2
is_null
Method · 0.45
get_uri
Method · 0.45
Tested by
no test coverage detected