Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_active
Method
is_active
editor/debugger/editor_file_server.cpp:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
bool EditorFileServer::is_active() const {
269
return active;
270
}
271
272
void EditorFileServer::stop() {
273
if (active) {
Callers
15
_reset_animation_mixers
Function · 0.45
_save_state
Method · 0.45
_check_display_message
Method · 0.45
set_keep_open
Method · 0.45
_notification
Method · 0.45
_notification
Method · 0.45
_notification
Method · 0.45
_notification
Method · 0.45
_notification
Method · 0.45
_notification
Method · 0.45
set_suspend
Method · 0.45
next_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected