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

Method GetLength

library/cpp/yt/string/string_builder-inl.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31inline size_t TStringBuilderBase::GetLength() const
32{
33 return Current_ ? Current_ - Begin_ : 0;
34}
35
36inline TStringBuf TStringBuilderBase::GetBuffer() const
37{

Callers 1

ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected