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

Method SetInt64

src/plugin/kernel/src/AFNodeManager.cpp:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384bool AFNodeManager::SetInt64(const std::string& name, const int64_t value)
385{
386 auto index = GetIndex(name);
387 ARK_ASSERT_RET_VAL(index > 0, false);
388
389 return SetInt64(index, value);
390}
391
392bool AFNodeManager::SetUInt64(const std::string& name, const uint64_t value)
393{

Callers 1

InitDataMethod · 0.45

Calls 2

GetTypeMethod · 0.45
GetInt64Method · 0.45

Tested by

no test coverage detected