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

Method GetUInt32

src/plugin/kernel/src/AFCRow.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61uint32_t AFCRow::GetUInt32(const uint32_t index) const
62{
63 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_INT);
64
65 return m_pNodeManager->GetUInt32(index);
66}
67
68int64_t AFCRow::GetInt64(const uint32_t index) const
69{

Callers 2

NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected