Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FixZero
Function
FixZero
library/cpp/string_utils/quote/quote.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
static inline const char* FixZero(const char* s) noexcept {
70
return s ? s :
""
;
71
}
72
73
// we escape:
74
//
'\"'
,
'|'
,
'('
,
')'
,
Callers
3
CGIEscape
Function · 0.85
Quote
Function · 0.85
CGIUnescape
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected