Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SplitOff
Method
SplitOff
util/generic/strbuf.h:402–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
401
public:
402
TdSelf SplitOff(TCharType delim) {
403
TdSelf tok;
404
Split(delim, *this, tok);
405
return tok;
406
}
407
408
TdSelf RSplitOff(TCharType delim) {
409
TdSelf tok;
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
1
Split
Function · 0.50
Tested by
no test coverage detected