MCPcopy Create free account
hub / github.com/SpartanJ/eepp / createWithPipe

Method createWithPipe

src/modules/eterm/src/eterm/system/process.cpp:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162std::unique_ptr<Process> Process::createWithPipe( const std::string& /*program*/,
163 const std::vector<std::string>& /*args*/,
164 const std::string& /*workingDirectory*/,
165 std::unique_ptr<IPipe>& outPipe,
166 bool /*withStderr*/ ) {
167 outPipe = nullptr;
168 return nullptr;
169}
170
171std::unique_ptr<Process>
172Process::createWithPseudoTerminal( const std::string& program, const std::vector<std::string>& args,

Callers

nothing calls this directly

Calls 9

stringToWideStringFunction · 0.85
PrintWinApiErrorFunction · 0.85
push_backMethod · 0.80
c_strMethod · 0.80
getMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
dataMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected