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

Method GetNodeManager

src/plugin/kernel/src/AFCRow.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328std::shared_ptr<AFNodeManager> AFCRow::GetNodeManager() const
329{
330 return m_pNodeManager;
331}
332
333int AFCRow::OnDataCallBack(AFINode* pNode, const AFIData& old_data, const AFIData& new_data)
334{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected