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