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

Method GetUInt32

src/plugin/kernel/src/AFNodeManager.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215uint32_t AFNodeManager::GetUInt32(const std::string& name) const
216{
217 auto index = GetIndex(name);
218 ARK_ASSERT_RET_VAL(index > 0, NULL_INT);
219
220 return GetUInt32(index);
221}
222
223int64_t AFNodeManager::GetInt64(const std::string& name) const
224{

Callers 1

SetUInt32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected