Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ForEach
Method · 0.85
Calls
1
Before
Method · 0.80
Tested by
no test coverage detected