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

Method GetColCount

src/plugin/kernel/src/AFCTable.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42uint32_t AFCTable::GetColCount() const
43{
44 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, (uint32_t)NULL_INT);
45
46 return table_meta_->GetColCount();
47}
48
49ArkDataType AFCTable::GetColType(const uint32_t index) const
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected