Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Reset
Method
Reset
library/cpp/yt/memory/blob.cpp:144–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void TBlob::Reset()
145
{
146
Begin_ = nullptr;
147
Size_ = Capacity_ = 0;
148
}
149
150
char* TBlob::DoAllocate(size_t size)
151
{
Callers
3
Load
Method · 0.45
Release
Method · 0.45
TBlob
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected