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

Method addItem

App/Client/Recent/RecentModel.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool CRecentModel::addItem(const CRecentDatabase::RecentItem &item)
165{
166 if(!m_pDatabase) return false;
167 return m_pDatabase->AddRecent(item);
168}

Callers 15

setupUiMethod · 0.80
InsertItemMethod · 0.80
SetParameterMethod · 0.80
foreachFunction · 0.80
CParameterRecordUIMethod · 0.80
SetParameterMethod · 0.80
CParameterProxyUIMethod · 0.80
foreachFunction · 0.80
SetParameterMethod · 0.80
foreachFunction · 0.80
AddShellMethod · 0.80

Calls 1

AddRecentMethod · 0.45

Tested by

no test coverage detected