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

Function Trim

library/cpp/http/io/stream.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 inline TStringBuf Trim(const char* b, const char* e) noexcept {
35 return StripString(TStringBuf(b, e));
36 }
37
38 inline TStringBuf RmSemiColon(const TStringBuf& s) {
39 return s.Before(';');

Callers 1

ForEachMethod · 0.70

Calls 1

StripStringFunction · 0.85

Tested by

no test coverage detected