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

Method GetInt64

src/plugin/kernel/src/AFCEntity.cpp:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481int64_t AFCEntity::GetInt64(const std::string& name) const
482{
483 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
484
485 return m_pNodeManager->GetInt64(name);
486}
487
488uint64_t AFCEntity::GetUInt64(const std::string& name) const
489{

Callers 1

GetCustomInt64Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected