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

Method GetUInt64

src/plugin/kernel/src/AFNodeManager.cpp:231–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231uint64_t AFNodeManager::GetUInt64(const std::string& name) const
232{
233 auto index = GetIndex(name);
234 ARK_ASSERT_RET_VAL(index > 0, NULL_INT64);
235
236 return GetInt64(index);
237}
238
239float AFNodeManager::GetFloat(const std::string& name) const
240{

Callers 1

SetUInt64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected