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

Method scriptsSnapshot

src/visualizer/gui/panels/python_scripts_panel.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 std::vector<ScriptInfo> PythonScriptManagerState::scriptsSnapshot() const {
112 std::lock_guard lock(mutex_);
113 return scripts_;
114 }
115
116 std::vector<std::filesystem::path> PythonScriptManagerState::enabledScripts() const {
117 std::lock_guard lock(mutex_);

Callers 1

register_scriptsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected