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

Method stop

editor/debugger/editor_file_server.cpp:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void EditorFileServer::stop() {
273 if (active) {
274 server->stop();
275 active = false;
276 }
277}
278
279EditorFileServer::EditorFileServer() {
280 server.instantiate();

Callers 4

_menu_optionMethod · 0.45
_reimport_and_cleanupMethod · 0.45
_reset_hovering_timerMethod · 0.45
_notificationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected