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

Method GetBool

src/plugin/kernel/src/AFCRow.cpp:47–52  ·  view source on GitHub ↗

get row data

Source from the content-addressed store, hash-verified

45
46// get row data
47bool AFCRow::GetBool(const uint32_t index) const
48{
49 ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, NULL_BOOLEAN);
50
51 return m_pNodeManager->GetBool(index);
52}
53
54int32_t AFCRow::GetInt32(const uint32_t index) const
55{

Callers 3

NodeToDBDataMethod · 0.45
NodeToPBDataMethod · 0.45
FindBoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected