| 678 | } |
| 679 | |
| 680 | std::shared_ptr<AFIContainerManager> AFCEntity::GetContainerManager() const |
| 681 | { |
| 682 | ARK_ASSERT_RET_VAL(opt_charactor_ != nullptr, nullptr); |
| 683 | |
| 684 | return opt_charactor_->m_pContainerManager; |
| 685 | } |
| 686 | |
| 687 | int AFCEntity::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data) |
| 688 | { |
nothing calls this directly
no outgoing calls
no test coverage detected