MCPcopy 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
41inline void TStringBuilderBase::Advance(size_t size)
42{
43 Current_ += size;
44 YT_ASSERT(Current_ <= End_);
45}
46
47inline void TStringBuilderBase::AppendChar(char ch)
48{

Callers 2

FormatValueFunction · 0.45
FormatValueViaSprintfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected