MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / write

Method write

src/process.cpp:449–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void process::write(std::function<void(writer)> pipe_in)
450{
451#ifndef _WIN32
452 impl->check_exec(impl->get_command(), std::move(pipe_in));
453#else
454 // clang-format off
455 impl->check_exec(impl->command, impl->cwd.string(),
456 impl->args, impl->envs, std::move(pipe_in));
457 // clang-format on
458#endif
459}
460
461} // namespace MIGRAPHX_INLINE_NS
462} // namespace migraphx

Callers 1

execFunction · 0.45

Calls 2

check_execMethod · 0.80
get_commandMethod · 0.80

Tested by

no test coverage detected