MCPcopy 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.hFile · 0.45
ReadToMethod · 0.45
NextMethod · 0.45
WriteMethod · 0.45
StoredMethod · 0.45
DoNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected