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

Method AppendFormat

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

Source from the content-addressed store, hash-verified

82
83template <class... TArgs>
84void TStringBuilderBase::AppendFormat(TStringBuf format, TArgs&& ... args)
85{
86 Format(this, TRuntimeFormat{format}, std::forward<TArgs>(args)...);
87}
88
89template <size_t Length, class... TArgs>
90void TStringBuilderBase::AppendFormat(const char (&format)[Length], TArgs&& ... args)

Callers 4

operator()Method · 0.80
FormatValueFunction · 0.80
FormatUnknownEnumValueFunction · 0.80
TESTFunction · 0.80

Calls 1

FormatFunction · 0.70

Tested by

no test coverage detected