Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RBefore
Method
RBefore
util/generic/strbuf.h:337–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
Y_PURE_FUNCTION inline TdSelf RBefore(TCharType c) const noexcept {
338
TdSelf l, r;
339
return TryRSplit(c, l, r) ? l : *this;
340
}
341
342
public:
343
inline bool AfterPrefix(const TdSelf& prefix, TdSelf& result) const noexcept {
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected