| 673 | } |
| 674 | |
| 675 | std::shared_ptr<AFTableManager> AFCEntity::GetTableManager() const |
| 676 | { |
| 677 | return m_pTableManager; |
| 678 | } |
| 679 | |
| 680 | std::shared_ptr<AFIContainerManager> AFCEntity::GetContainerManager() const |
| 681 | { |
nothing calls this directly
no outgoing calls
no test coverage detected