Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DoWrite
Method · 0.45
Load
Method · 0.45
Write
Method · 0.45
WriteImpl
Method · 0.45
FlushImpl
Method · 0.45
ParseStringFromYsonString
Function · 0.45
ParseDoubleFromYsonString
Function · 0.45
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected