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

Method tmp_dir

src/tmp_dir.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78tmp_dir::tmp_dir(std::string_view prefix)
79 : path(fs::temp_directory_path() /
80 unique_string(prefix.empty() ? "migraphx" : "migraphx-" + std::string{prefix}))
81{
82 fs::create_directories(this->path);
83}
84
85void tmp_dir::execute(std::string_view cmd, const std::vector<std::string>& args) const
86{

Callers

nothing calls this directly

Calls 2

unique_stringFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected