MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / HasFileContents

Method HasFileContents

App/Client/Recent/RecentDatabase.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool CRecentDatabase::HasFileContents(const RecentItem &item)
334{
335 return m_FileDB.IsExist(item.szFile);
336}
337
338bool CRecentDatabase::ExportToJson(QJsonObject &obj)
339{

Callers 1

flagsMethod · 0.80

Calls 1

IsExistMethod · 0.80

Tested by

no test coverage detected