MCPcopy 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
268bool EditorFileServer::is_active() const {
269 return active;
270}
271
272void EditorFileServer::stop() {
273 if (active) {

Callers 15

_reset_animation_mixersFunction · 0.45
_save_stateMethod · 0.45
set_keep_openMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
_notificationMethod · 0.45
set_suspendMethod · 0.45
next_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected