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

Function FormatValue

library/cpp/yt/string/guid.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7////////////////////////////////////////////////////////////////////////////////
8
9void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*spec*/)
10{
11 char* begin = builder->Preallocate(MaxGuidStringSize);
12 char* end = WriteGuidToBuffer(begin, value);
13 builder->Advance(end - begin);
14}
15
16////////////////////////////////////////////////////////////////////////////////
17

Callers 4

operator()Method · 0.70
operator()Method · 0.70
format_arg.hFile · 0.70
FormatPointerValueFunction · 0.70

Calls 3

WriteGuidToBufferFunction · 0.85
PreallocateMethod · 0.45
AdvanceMethod · 0.45

Tested by

no test coverage detected