Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void 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
FormatEnum
Function · 0.85
Calls
2
ToUnderlying
Function · 0.85
AppendFormat
Method · 0.80
Tested by
no test coverage detected