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

Method ExecuteScriptInputFromFilename

ui/targetscriptingprovier.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118BNScriptingProviderExecuteResult TargetScriptingInstance::ExecuteScriptInputFromFilename(const std::string& filename)
119{
120 return SuccessfulScriptExecution;
121}
122
123
124void RegisterTargetScriptingProvider()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected