MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / are_plugins_loaded

Function are_plugins_loaded

src/python/python_runtime.cpp:643–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642 void mark_plugins_loaded() { g_plugins_loaded.store(true, std::memory_order_release); }
643 bool are_plugins_loaded() { return g_plugins_loaded.load(std::memory_order_acquire); }
644
645 void set_imgui_context(void* ctx) {
646 g_imgui_context = ctx;

Callers 2

ensure_plugins_loadedFunction · 0.85
renderMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected