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

Function RmSemiColon

library/cpp/http/io/stream.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 inline TStringBuf RmSemiColon(const TStringBuf& s) {
39 return s.Before(';');
40 }
41
42 template <class T, size_t N>
43 class TStreams: private TNonCopyable {

Callers 1

ForEachMethod · 0.85

Calls 1

BeforeMethod · 0.80

Tested by

no test coverage detected