| 40 | |
| 41 | |
| 42 | class DebugAdapterScriptingProvider : public ScriptingProvider |
| 43 | { |
| 44 | public: |
| 45 | DebugAdapterScriptingProvider(); |
| 46 | |
| 47 | virtual Ref<ScriptingInstance> CreateNewInstance(); |
| 48 | virtual bool LoadModule(const std::string& repository, const std::string& module, bool force); |
| 49 | virtual bool InstallModules(const std::string& modules); |
| 50 | }; |
| 51 | |
| 52 | |
| 53 | void RegisterDebugAdapterScriptingProvider(); |
nothing calls this directly
no outgoing calls
no test coverage detected