Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
bool CRecentModel::addItem(const CRecentDatabase::RecentItem &item)
165
{
166
if(!m_pDatabase) return false;
167
return m_pDatabase->AddRecent(item);
168
}
Callers
15
setupUi
Method · 0.80
InsertItem
Method · 0.80
SetParameter
Method · 0.80
foreach
Function · 0.80
CParameterRecordUI
Method · 0.80
SetParameter
Method · 0.80
CParameterProxyUI
Method · 0.80
foreach
Function · 0.80
SetParameter
Method · 0.80
foreach
Function · 0.80
AddShell
Method · 0.80
on_pbAddCommand_clicked
Method · 0.80
Calls
1
AddRecent
Method · 0.45
Tested by
no test coverage detected