| 328 | } |
| 329 | |
| 330 | bool AFCEntity::SetInt64(const std::string& name, const int64_t value) |
| 331 | { |
| 332 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 333 | |
| 334 | return m_pNodeManager->SetInt64(name, value); |
| 335 | } |
| 336 | |
| 337 | bool AFCEntity::SetUInt64(const std::string& name, const uint64_t value) |
| 338 | { |
no outgoing calls
no test coverage detected