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

Method execute

src/tmp_dir.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void tmp_dir::execute(std::string_view cmd, const std::vector<std::string>& args) const
86{
87 process{cmd, args}.cwd(this->path).exec();
88}
89
90tmp_dir::~tmp_dir()
91{

Callers

nothing calls this directly

Calls 1

execMethod · 0.45

Tested by

no test coverage detected