MCPcopy 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
401public:
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_TESTFunction · 0.80

Calls 1

SplitFunction · 0.50

Tested by

no test coverage detected