Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ GetNodeManager
Method
GetNodeManager
src/plugin/kernel/src/AFCStaticEntity.cpp:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
std::shared_ptr<AFNodeManager> AFCStaticEntity::GetNodeManager() const
176
{
177
return m_pNodeManager;
178
}
179
180
} // namespace ark
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected