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

Function AssignValue

Source/cmInstallCommand.cxx:2054–2057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2052}
2053
2054void AssignValue(std::string& dest, std::string const& value)
2055{
2056 dest = value;
2057}
2058
2059void AssignValue(std::vector<std::string>& dest, std::string const& value)
2060{

Callers 1

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…