Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ set_gui_manager
Function
set_gui_manager
src/python/python_runtime.cpp:269–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
void set_gui_manager(vis::gui::GuiManager* gm) { g_gui_manager.store(gm); }
270
vis::gui::GuiManager* get_gui_manager() { return g_gui_manager.load(); }
271
272
namespace {
Callers
1
setupPythonBridge
Method · 0.85
Calls
1
store
Method · 0.45
Tested by
no test coverage detected