Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void EditorFileServer::stop() {
273
if (active) {
274
server->stop();
275
active = false;
276
}
277
}
278
279
EditorFileServer::EditorFileServer() {
280
server.instantiate();
Callers
4
_menu_option
Method · 0.45
_reimport_and_cleanup
Method · 0.45
_reset_hovering_timer
Method · 0.45
_notification
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected