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

Function FormatValue

library/cpp/yt/memory/ref.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379////////////////////////////////////////////////////////////////////////////////
380
381void FormatValue(TStringBuilderBase* builder, const TRef& ref, TStringBuf spec)
382{
383 FormatValue(builder, TStringBuf{ref.Begin(), ref.End()}, spec);
384}
385
386void FormatValue(TStringBuilderBase* builder, const TMutableRef& ref, TStringBuf spec)
387{

Callers 1

Calls 3

TRefClass · 0.70
BeginMethod · 0.45
EndMethod · 0.45

Tested by

no test coverage detected