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

Function StripString

util/string/strip.h:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145template <class T, class TStripCriterion>
146static inline bool StripString(const T& from, T& to, TStripCriterion&& criterion) {
147 return TStripImpl<true, true>::StripString(from, to, criterion);
148}
149
150template <class T>
151static inline bool StripString(const T& from, T& to) {

Callers 15

DoMultiLineCommentMethod · 0.85
ParseHeaderLineMethod · 0.85
TrimFunction · 0.85
TrimFunction · 0.85
ParseHttpRetCodeFunction · 0.85
TryParseStringToVectorFunction · 0.85
TryParseEnumFunction · 0.85
VerCompMethod · 0.85
VerEMethod · 0.85
BuildExpressionMethod · 0.85

Calls 2

IsAsciiSpaceAdapterFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected