MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / size

Method size

include/thundersvm/util/log.h:1391–1393  ·  view source on GitHub ↗

@return Size of repository

Source from the content-addressed store, hash-verified

1389
1390 /// @return Size of repository
1391 virtual inline std::size_t size(void) const ELPP_FINAL {
1392 return m_list.size();
1393 }
1394
1395 /// @brief Returns underlying container by reference
1396 virtual inline Container& list(void) ELPP_FINAL {

Callers 3

operator==Method · 0.45
operator!=Method · 0.45
MessageBuilderClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected