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

Method ExecuteScriptInput

ui/targetscriptingprovier.cpp:107–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107BNScriptingProviderExecuteResult TargetScriptingInstance::ExecuteScriptInput(const std::string& input)
108{
109 if (m_controller)
110 {
111 m_controller->WriteStdin(input);
112 return SuccessfulScriptExecution;
113 }
114 return InvalidScriptInput;
115}
116
117
118BNScriptingProviderExecuteResult TargetScriptingInstance::ExecuteScriptInputFromFilename(const std::string& filename)

Callers

nothing calls this directly

Calls 1

WriteStdinMethod · 0.45

Tested by

no test coverage detected