| 668 | } |
| 669 | |
| 670 | std::shared_ptr<AFNodeManager> AFCEntity::GetNodeManager() const |
| 671 | { |
| 672 | return m_pNodeManager; |
| 673 | } |
| 674 | |
| 675 | std::shared_ptr<AFTableManager> AFCEntity::GetTableManager() const |
| 676 | { |
nothing calls this directly
no outgoing calls
no test coverage detected