MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / enterRunning

Method enterRunning

core/src/module/agenui_surface_manager.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool SurfaceManager::enterRunning() {
22 AGENUI_LOG("enter running, %d", _instanceId);
23 if (_isRunning.load()) {
24 return false;
25 }
26 _isRunning.store(true);
27 return true;
28}
29
30bool SurfaceManager::exitRunning() {
31 AGENUI_LOG("exit running, %d", _instanceId);

Callers 1

createSurfaceManagerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected