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

Function FormatUnknownEnumValue

library/cpp/yt/string/enum-inl.h:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 TStringBuf value);
26
27void FormatUnknownEnumValue(
28 auto* builder,
29 TStringBuf name,
30 auto value)
31{
32 builder->AppendFormat("%v::unknown-%v", name, ToUnderlying(value));
33}
34
35} // namespace NDetail
36

Callers 1

FormatEnumFunction · 0.85

Calls 2

ToUnderlyingFunction · 0.85
AppendFormatMethod · 0.80

Tested by

no test coverage detected