Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ operator+
Method
operator+
FastCopy/ProcessIoCounter.cpp:45–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
ProcessIoCounter::IOCounter ProcessIoCounter::IOCounter::operator+(IOCounter rhs)
46
{
47
auto copy = *this;
48
copy += rhs;
49
return copy;
50
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected