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

Method GetParentId

Src/Database/DatabaseTree.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int TreeItem::GetParentId() const
73{
74 return m_Data.m_ParentId;
75}
76
77void TreeItem::SetParentId(int newParentId)
78{

Callers 6

GetFavoriteMethod · 0.80
foreachFunction · 0.80
GetGroupMethod · 0.80
AddMethod · 0.80
UpdateMethod · 0.80
TreeToBookmarkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected