Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Size
Method
Size
util/memory/tempbuf.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
size_t TTempBuf::Size() const noexcept {
230
return Impl_->Size();
231
}
232
233
char* TTempBuf::Current() noexcept {
234
return Data() + Filled();
Callers
3
TestOps
Method · 0.45
ConstructFromBuffer
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestOps
Method · 0.36