| 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_); |