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

Method AddSource

Src/Common/ShellFileOperations.cpp:55–59  ·  view source on GitHub ↗

* @brief Add source path. * @param [in] source Source path. */

Source from the content-addressed store, hash-verified

53 * @param [in] source Source path.
54 */
55void ShellFileOperations::AddSource(const String &source)
56{
57 m_sources.push_back(source);
58 m_bOneToOneMapping = false;
59}
60
61/**
62 * @brief Add destination path.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected