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

Method GetNodeManager

src/plugin/kernel/src/AFCEntity.cpp:670–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670std::shared_ptr<AFNodeManager> AFCEntity::GetNodeManager() const
671{
672 return m_pNodeManager;
673}
674
675std::shared_ptr<AFTableManager> AFCEntity::GetTableManager() const
676{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected