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

Class TStringBuilder

library/cpp/yt/string/string_builder.h:51–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49////////////////////////////////////////////////////////////////////////////////
50
51class TStringBuilder
52 : public TStringBuilderBase
53{
54public:
55 std::string Flush();
56
57protected:
58 std::string Buffer_;
59
60 void DoReset() override;
61 void DoReserve(size_t size) override;
62};
63
64////////////////////////////////////////////////////////////////////////////////
65

Callers 15

Y_UNIT_TESTFunction · 0.50
TSubStateMethod · 0.50
RegisterOptionsMethod · 0.50
GetCompleterIDMethod · 0.50
ChoiceFunction · 0.50
CompgenFunction · 0.50
Y_UNIT_TESTFunction · 0.50
TTraceMtpQueueMethod · 0.50
WriteFlowMethod · 0.50
UpdateFromDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected