Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Advance
Method
Advance
library/cpp/yt/string/string_builder-inl.h:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
inline void TStringBuilderBase::Advance(size_t size)
42
{
43
Current_ += size;
44
YT_ASSERT(Current_ <= End_);
45
}
46
47
inline void TStringBuilderBase::AppendChar(char ch)
48
{
Callers
2
FormatValue
Function · 0.45
FormatValueViaSprintf
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected