Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
bool CRecentDatabase::HasFileContents(const RecentItem &item)
334
{
335
return m_FileDB.IsExist(item.szFile);
336
}
337
338
bool CRecentDatabase::ExportToJson(QJsonObject &obj)
339
{
Callers
1
flags
Method · 0.80
Calls
1
IsExist
Method · 0.80
Tested by
no test coverage detected