Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Avail
Method
Avail
util/stream/mem.h:80–82 ·
view source on GitHub ↗
* @returns Number of bytes available in the stream. */
Source
from the content-addressed store, hash-verified
78
* @returns Number of bytes available in the stream.
79
*/
80
size_t Avail() const noexcept {
81
return Len_;
82
}
83
84
/**
85
* @returns Current read position in the memory block
Callers
7
format.h
File · 0.45
ReadTo
Method · 0.45
Next
Method · 0.45
Write
Method · 0.45
Stored
Method · 0.45
DoNext
Method · 0.45
THumanReadableDuration>
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected