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

Method CreateNewInstance

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

Source from the content-addressed store, hash-verified

25
26
27Ref<ScriptingInstance> TargetScriptingProvider::CreateNewInstance()
28{
29 return new TargetScriptingInstance(this);
30}
31
32
33bool TargetScriptingProvider::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