MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / IndexOf

Method IndexOf

FastCopy/TaskFile.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int TaskFile::IndexOf(TaskFileIterator<typename std::vector<std::wstring>::iterator> const& iter)
88{
89 return std::distance(lines.begin(), iter.get());
90}
91
92CopyOperation TaskFile::GetOperation() const
93{

Callers 1

StartMethod · 0.80

Calls 2

beginMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected