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

Method SetUInt32

src/plugin/kernel/src/AFNodeManager.cpp:376–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376bool AFNodeManager::SetUInt32(const std::string& name, const uint32_t value)
377{
378 auto index = GetIndex(name);
379 ARK_ASSERT_RET_VAL(index > 0, false);
380
381 return SetUInt32(index, value);
382}
383
384bool AFNodeManager::SetInt64(const std::string& name, const int64_t value)
385{

Callers 1

InitDataMethod · 0.45

Calls 2

GetTypeMethod · 0.45
GetUInt32Method · 0.45

Tested by

no test coverage detected