| 249 | } |
| 250 | |
| 251 | bool AFCRow::SetGUID(const uint32_t index, const AFGUID& value) |
| 252 | { |
| 253 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 254 | |
| 255 | return m_pNodeManager->SetGUID(index, value); |
| 256 | } |
| 257 | |
| 258 | bool AFCRow::SetBool(const std::string& name, bool value) |
| 259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected