MCPcopy Create free account
hub / github.com/Kitware/CMake / hash_value

Function hash_value

Source/cmCMakePath.h:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766inline std::size_t hash_value(cmCMakePath const& path) noexcept
767{
768 return cm::filesystem::hash_value(path.Path);
769}

Callers 2

HandleHashCommandFunction · 0.70
testNonMemberFunctionsFunction · 0.50

Calls

no outgoing calls

Tested by 1

testNonMemberFunctionsFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…