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

Method Begin

util/memory/blob.h:177–179  ·  view source on GitHub ↗

Standard iterator.

Source from the content-addressed store, hash-verified

175
176 /// Standard iterator.
177 inline const_iterator Begin() const noexcept {
178 return AsUnsignedCharPtr();
179 }
180
181 /// Standard iterator.
182 inline const_iterator End() const noexcept {

Callers 3

VerifyFileFunction · 0.45
TraverseMethod · 0.45
ChildActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected