Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ append_extension
Function
append_extension
src/fileutils.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
fs::path append_extension(const fs::path& path, std::string_view ext)
65
{
66
return fs::path{path}.replace_extension(path.extension().string().append(ext));
67
}
68
69
} // namespace MIGRAPHX_INLINE_NS
70
} // namespace migraphx
Callers
1
TEST_CASE
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected