Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SplitAt
Method
SplitAt
util/generic/strbuf.h:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void SplitAt(size_t pos, TdSelf& l, TdSelf& r) const noexcept {
312
SplitOn(pos, l, r, 0);
313
}
314
315
/*
316
// Not implemented intentionally, use TrySplitOn() instead
Callers
2
SplitUserInfo
Function · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected