Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DelimiterIsEmpty
Method
DelimiterIsEmpty
util/string/split.h:726–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
724
}
725
726
bool DelimiterIsEmpty() const noexcept {
727
return TokenDelim() == DelimiterEnd_ && !this->HaveToUseNextToken;
728
}
729
730
void MarkExhausted() noexcept {
731
UpdateParentBuf(OriginEnd_, OriginEnd_);
Callers
1
Next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected