MCPcopy 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
85TWtringBuf Strip(const TWtringBuf text) noexcept {
86 return StripRight(StripLeft(text));
87}
88
89void Strip(TUtf16String& text) {
90 StripLeft(text);

Callers 1

TestStripMethod · 0.70

Calls 2

StripRightFunction · 0.85
StripLeftFunction · 0.70

Tested by 1

TestStripMethod · 0.56