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

Method SetUInt32

src/plugin/kernel/src/AFCRow.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool AFCRow::SetUInt32(const uint32_t index, uint32_t value)
210{
211 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
212
213 return m_pNodeManager->SetUInt32(index, value);
214}
215
216bool AFCRow::SetUInt64(const uint32_t index, uint64_t value)
217{

Callers 1

DBDataToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected