| 235 | } |
| 236 | |
| 237 | bool AFCRow::SetString(const uint32_t index, const std::string& value) |
| 238 | { |
| 239 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 240 | |
| 241 | return m_pNodeManager->SetString(index, value); |
| 242 | } |
| 243 | |
| 244 | bool AFCRow::SetWString(const uint32_t index, const std::wstring& value) |
| 245 | { |
no outgoing calls
no test coverage detected