MCPcopy Create free account
hub / github.com/catboost/catboost / Avail

Method Avail

util/generic/buffer.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 inline size_t Avail() const noexcept {
94 return Len_ - Pos_;
95 }
96
97 void Append(const char* buf, size_t len);
98

Callers 8

DoWriteMethod · 0.45
LoadMethod · 0.45
WriteMethod · 0.45
WriteImplMethod · 0.45
FlushImplMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected