Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ TaskFileIterator
Method
TaskFileIterator
FastCopy/TaskFile.h:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
mutable std::mutex m_lock;
14
public:
15
TaskFileIterator() = default;
16
TaskFileIterator(Iterator iter) : m_iter{ iter } {}
17
TaskFileIterator& operator++()
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected