| 37 | |
| 38 | |
| 39 | bool DebugAdapterScriptingProvider::InstallModules(const std::string& modules) |
| 40 | { |
| 41 | return false; |
| 42 | } |
| 43 | |
| 44 | |
| 45 | DebugAdapterScriptingInstance::DebugAdapterScriptingInstance(ScriptingProvider* provider) : ScriptingInstance(provider) |
nothing calls this directly
no outgoing calls
no test coverage detected