Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Strip
Function
Strip
util/charset/wide.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
TWtringBuf Strip(const TWtringBuf text) noexcept {
86
return StripRight(StripLeft(text));
87
}
88
89
void Strip(TUtf16String& text) {
90
StripLeft(text);
Callers
1
TestStrip
Method · 0.70
Calls
2
StripRight
Function · 0.85
StripLeft
Function · 0.70
Tested by
1
TestStrip
Method · 0.56