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

Function Trim

library/cpp/http/io/headers.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <util/string/strip.h>
10
11static inline TStringBuf Trim(const char* b, const char* e) noexcept {
12 return StripString(TStringBuf(b, e));
13}
14
15THttpInputHeader::THttpInputHeader(const TStringBuf header) {
16 size_t pos = header.find(':');

Callers 1

THttpInputHeaderMethod · 0.70

Calls 1

StripStringFunction · 0.85

Tested by

no test coverage detected