MCPcopy Create free account
hub / github.com/catboost/catboost / operator&

Method operator&

library/cpp/yt/string/string_builder.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19TStringBuilderBase* TDelimitedStringBuilderWrapper::operator&()
20{
21 if (!FirstCall_) {
22 Builder_->AppendString(Delimiter_);
23 }
24 FirstCall_ = false;
25 return Builder_;
26}
27
28////////////////////////////////////////////////////////////////////////////////
29

Callers

nothing calls this directly

Calls 1

AppendStringMethod · 0.45

Tested by

no test coverage detected