MCPcopy 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
253String EditorDebuggerNode::get_server_uri() const {
254 ERR_FAIL_COND_V(server.is_null(), "");
255 return server->get_uri();
256}
257
258void EditorDebuggerNode::set_keep_open(bool p_keep_open) {
259 keep_open = p_keep_open;

Callers 1

runMethod · 0.80

Calls 2

is_nullMethod · 0.45
get_uriMethod · 0.45

Tested by

no test coverage detected