MCPcopy Create free account
hub / github.com/cc20110101/RedisView / columnCount

Method columnCount

src/RedisView/Model/ValueTableItem.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69int ValueTableItem::columnCount() const
70{
71 return itemData.count();
72}
73
74QVariant ValueTableItem::data(int column) const
75{

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected