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

Method GetUInt64

src/plugin/kernel/src/AFCRow.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75uint64_t AFCRow::GetUInt64(const uint32_t index) const
76{
77 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
78
79 return m_pNodeManager->GetUInt64(index);
80}
81
82float AFCRow::GetFloat(const uint32_t index) const
83{

Callers 2

NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected