MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetContainerManager

Method GetContainerManager

src/plugin/kernel/src/AFCEntity.cpp:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680std::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
687int AFCEntity::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data)
688{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected