| 31 | |
| 32 | |
| 33 | bool DebugAdapterScriptingProvider::LoadModule(const std::string& repository, const std::string& module, bool force) |
| 34 | { |
| 35 | return false; |
| 36 | } |
| 37 | |
| 38 | |
| 39 | bool DebugAdapterScriptingProvider::InstallModules(const std::string& modules) |
nothing calls this directly
no outgoing calls
no test coverage detected