| 68 | } |
| 69 | |
| 70 | int64_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 | |
| 77 | int64_t AFCStaticEntity::GetUInt64(const std::string& name) const |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected