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

Method GetColCount

src/plugin/kernel/src/AFTableMeta.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37size_t AFTableMeta::GetColCount() const
38{
39 ARK_ASSERT_RET_VAL(class_meta_ != nullptr, NULL_INT);
40
41 return class_meta_->GetNodeCount();
42}
43
44void AFTableMeta::SetClassMeta(std::shared_ptr<AFClassMeta> pClassMeta)
45{

Callers

nothing calls this directly

Calls 1

GetNodeCountMethod · 0.80

Tested by

no test coverage detected