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

Method GetTableManager

src/plugin/kernel/src/AFCEntity.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675std::shared_ptr<AFTableManager> AFCEntity::GetTableManager() const
676{
677 return m_pTableManager;
678}
679
680std::shared_ptr<AFIContainerManager> AFCEntity::GetContainerManager() const
681{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected