| 116 | |
| 117 | |
| 118 | BNScriptingProviderExecuteResult TargetScriptingInstance::ExecuteScriptInputFromFilename(const std::string& filename) |
| 119 | { |
| 120 | return SuccessfulScriptExecution; |
| 121 | } |
| 122 | |
| 123 | |
| 124 | void RegisterTargetScriptingProvider() |
nothing calls this directly
no outgoing calls
no test coverage detected