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

Method ExecuteScriptInputFromFilename

ui/debugadapterscriptingprovider.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122BNScriptingProviderExecuteResult DebugAdapterScriptingInstance::ExecuteScriptInputFromFilename(
123 const std::string& filename)
124{
125 return SuccessfulScriptExecution;
126}
127
128
129void RegisterDebugAdapterScriptingProvider()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected