MCPcopy Create free account
hub / github.com/catboost/catboost / cbegin

Method cbegin

util/generic/hash_set.h:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 return rep.end();
393 }
394 iterator cbegin() const {
395 return rep.begin();
396 }
397 iterator cend() const {
398 return rep.end();
399 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected