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

Function mark_plugins_loaded

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

Source from the content-addressed store, hash-verified

640 }
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) {

Callers 1

ensure_plugins_loadedFunction · 0.85

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected