Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsComplete
Method
IsComplete
library/cpp/neh/tcp2.cpp:173–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
bool IsComplete() const noexcept {
174
return RequireBytesForComplete_ == 0;
175
}
176
177
size_t LoadFrom(const char* buf, size_t len) {
178
return (this->*Loader_)(buf, len);
Callers
2
OnReadSome
Method · 0.45
OnReadSome
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected