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

Method process

src/process.cpp:364–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362};
363
364process::process(const std::string& cmd, const std::vector<std::string>& args)
365 : impl(std::make_unique<process_impl>())
366{
367 impl->command = cmd;
368 if(not args.empty())
369 impl->args = join_strings(args, " ");
370}
371
372process::process(process&&) noexcept = default;
373

Callers

nothing calls this directly

Calls 2

join_stringsFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected