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

Method GetInt64

src/plugin/kernel/src/AFCStaticEntity.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70int64_t AFCStaticEntity::GetInt64(const std::string& name) const
71{
72 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
73
74 return m_pNodeManager->GetInt64(name);
75}
76
77int64_t AFCStaticEntity::GetUInt64(const std::string& name) const
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected