Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ RecordFile
Method
RecordFile
FastCopy/RobocopyViewModel.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
{
22
23
winrt::hstring RobocopyViewModel::RecordFile()
24
{
25
throw std::logic_error{
"Dead code"
};
26
}
27
void RobocopyViewModel::RecordFile(winrt::hstring value)
28
{
29
if (value.empty())
Callers
nothing calls this directly
Calls
5
GetNumFiles
Method · 0.80
TryEnqueue
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
GetTotalSize
Method · 0.45
Tested by
no test coverage detected