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

Method TrySplitAt

util/generic/strbuf.h:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 bool TrySplitAt(size_t pos, TdSelf& l, TdSelf& r) const noexcept {
308 return TrySplitOn(pos, l, r, 0);
309 }
310
311 void SplitAt(size_t pos, TdSelf& l, TdSelf& r) const noexcept {
312 SplitOn(pos, l, r, 0);

Callers 2

GetPathAndQueryFunction · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected