Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
int TaskFile::IndexOf(TaskFileIterator<typename std::vector<std::wstring>::iterator> const& iter)
88
{
89
return std::distance(lines.begin(), iter.get());
90
}
91
92
CopyOperation TaskFile::GetOperation() const
93
{
Callers
1
Start
Method · 0.80
Calls
2
begin
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected