Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
inline size_t TStringBuilderBase::GetLength() const
32
{
33
return Current_ ? Current_ - Begin_ : 0;
34
}
35
36
inline TStringBuf TStringBuilderBase::GetBuffer() const
37
{
Callers
1
Read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected