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

Method GetNodeType

src/plugin/kernel/src/AFCEntity.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170ArkDataType AFCEntity::GetNodeType(const std::string& name) const
171{
172 auto node = m_pNodeManager->GetNode(name);
173 ARK_ASSERT_RET_VAL(node != nullptr, ArkDataType::DT_EMPTY);
174
175 return node->GetType();
176}
177
178ArkDataType AFCEntity::GetNodeType(const uint32_t value) const
179{

Callers

nothing calls this directly

Calls 2

GetNodeMethod · 0.45
GetTypeMethod · 0.45

Tested by

no test coverage detected