MCPcopy Create free account
hub / github.com/WinMerge/winmerge / AddSourceAndDestination

Method AddSourceAndDestination

Src/Common/ShellFileOperations.cpp:44–49  ·  view source on GitHub ↗

* @brief Add source- and destination paths. * @param [in] source Source path. * @param [in] destination Destination path. */

Source from the content-addressed store, hash-verified

42 * @param [in] destination Destination path.
43 */
44void ShellFileOperations::AddSourceAndDestination(const String &source,
45 const String &destination)
46{
47 m_sources.push_back(source);
48 m_destinations.push_back(destination);
49}
50
51/**
52 * @brief Add source path.

Callers 3

RenameOnSameDirFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64