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

Method ChildAt

App/Client/Favorite/FavoriteModel.cpp:538–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538CFavoriteModel::tree* CFavoriteModel::tree::ChildAt(int index) const
539{
540 if (index < 0 || index >= children.size()) {
541 return nullptr;
542 }
543 return children[index];
544}
545
546int CFavoriteModel::tree::GetInserIndex(tree *child)
547{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected