| 22 | static DebugAdapterScriptingProvider* g_debugAdapterScriptingProvider = nullptr; |
| 23 | |
| 24 | DebugAdapterScriptingProvider::DebugAdapterScriptingProvider() : ScriptingProvider("Debugger", "debugger") {} |
| 25 | |
| 26 | |
| 27 | Ref<ScriptingInstance> DebugAdapterScriptingProvider::CreateNewInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected