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

Method HasRecord

FastCopyShellExtension/Recorder.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool Recorder::HasRecord()
84{
85 return !(std::filesystem::is_empty(GetLocalDataFolder()) ||
86 std::filesystem::directory_iterator{ GetLocalDataFolder() }->path().filename().string()[0] == 'D');
87}

Callers

nothing calls this directly

Calls 1

GetLocalDataFolderFunction · 0.70

Tested by

no test coverage detected