MCPcopy Create free account
hub / github.com/Vector35/debugger / CreateNewInstance

Method CreateNewInstance

ui/debugadapterscriptingprovider.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27Ref<ScriptingInstance> DebugAdapterScriptingProvider::CreateNewInstance()
28{
29 return new DebugAdapterScriptingInstance(this);
30}
31
32
33bool DebugAdapterScriptingProvider::LoadModule(const std::string& repository, const std::string& module, bool force)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected