MCPcopy Create free account
hub / github.com/ccache/ccache / join_path_list

Function join_path_list

src/ccache/util/string.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249std::string
250join_path_list(const std::vector<std::filesystem::path>& path_list)
251{
252 return join(path_list, k_path_delimiter);
253}
254
255tl::expected<Bytes, std::string>
256parse_base16(std::string_view hex_string)

Callers 2

get_string_valueMethod · 0.85

Calls 1

joinFunction · 0.85

Tested by

no test coverage detected