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

Method empty

include/thundersvm/util/log.h:1386–1388  ·  view source on GitHub ↗

@return Whether or not repository is empty

Source from the content-addressed store, hash-verified

1384
1385 /// @return Whether or not repository is empty
1386 virtual inline bool empty(void) const ELPP_FINAL {
1387 return m_list.empty();
1388 }
1389
1390 /// @return Size of repository
1391 virtual inline std::size_t size(void) const ELPP_FINAL {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected