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

Method GetIndex

src/plugin/kernel/src/AFNodeManager.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698uint32_t AFNodeManager::GetIndex(const std::string& name) const
699{
700 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, NULL_INT);
701
702 return class_meta_->GetIndex(name);
703}
704
705AFINode* AFNodeManager::FindData(const uint32_t index)
706{

Callers 1

CreateDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected