| 120 | |
| 121 | |
| 122 | BNScriptingProviderExecuteResult DebugAdapterScriptingInstance::ExecuteScriptInputFromFilename( |
| 123 | const std::string& filename) |
| 124 | { |
| 125 | return SuccessfulScriptExecution; |
| 126 | } |
| 127 | |
| 128 | |
| 129 | void RegisterDebugAdapterScriptingProvider() |
nothing calls this directly
no outgoing calls
no test coverage detected