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

Method SetUInt64

src/plugin/kernel/src/AFNodeManager.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool AFNodeManager::SetUInt64(const std::string& name, const uint64_t value)
393{
394 auto index = GetIndex(name);
395 ARK_ASSERT_RET_VAL(index > 0, false);
396
397 return SetUInt64(index, value);
398}
399
400bool AFNodeManager::SetFloat(const std::string& name, const float value)
401{

Callers 1

InitDataMethod · 0.45

Calls 2

GetTypeMethod · 0.45
GetUInt64Method · 0.45

Tested by

no test coverage detected