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

Method GetInt64

src/plugin/kernel/src/AFCRow.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int64_t AFCRow::GetInt64(const uint32_t index) const
69{
70 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT64);
71
72 return m_pNodeManager->GetInt64(index);
73}
74
75uint64_t AFCRow::GetUInt64(const uint32_t index) const
76{

Callers 4

TestBasicDataFunction · 0.45
NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45
FindInt64Method · 0.45

Calls

no outgoing calls

Tested by 1

TestBasicDataFunction · 0.36