MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / countTimes

Method countTimes

include/DataSet.h:468–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 int countTimes(const KeyType &ID) const
469 {
470 if(!this->checkID(ID))
471 {
472 return 0;
473 }
474 else
475 {
476 return _DataStreams.at(ID).size();
477 }
478 }
479
480 std::vector<KeyType> getKeysAll() const
481 {

Callers

nothing calls this directly

Calls 1

checkIDMethod · 0.95

Tested by

no test coverage detected