| 25 | |
| 26 | |
| 27 | Ref<ScriptingInstance> DebugAdapterScriptingProvider::CreateNewInstance() |
| 28 | { |
| 29 | return new DebugAdapterScriptingInstance(this); |
| 30 | } |
| 31 | |
| 32 | |
| 33 | bool DebugAdapterScriptingProvider::LoadModule(const std::string& repository, const std::string& module, bool force) |
nothing calls this directly
no outgoing calls
no test coverage detected