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

Method GetNode

src/plugin/kernel/src/AFNodeManager.cpp:185–191  ·  view source on GitHub ↗

get node

Source from the content-addressed store, hash-verified

183
184// get node
185AFINode* AFNodeManager::GetNode(const std::string& name) const
186{
187 auto index = GetIndex(name);
188 ARK_ASSERT_RET_VAL(index > 0, nullptr);
189
190 return GetNode(index);
191}
192
193AFINode* AFNodeManager::GetNode(const uint32_t index) const
194{

Callers

nothing calls this directly

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected