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

Method SetUInt64

src/plugin/kernel/src/AFCRow.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool AFCRow::SetUInt64(const uint32_t index, uint64_t value)
217{
218 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false);
219
220 return m_pNodeManager->SetUInt64(index, value);
221}
222
223bool AFCRow::SetFloat(const uint32_t index, float value)
224{

Callers 1

DBDataToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected