Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Data
Method
Data
util/memory/tempbuf.cpp:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
char* TTempBuf::Data() noexcept {
222
return (char*)Impl_->Data();
223
}
224
225
const char* TTempBuf::Data() const noexcept {
226
return static_cast<const char*>(Impl_->Data());
Callers
15
ProcessFile
Function · 0.45
Save
Method · 0.45
Load
Method · 0.45
TMersenneInput
Method · 0.45
TestAppend
Method · 0.45
TestCreate
Method · 0.45
TestOps
Method · 0.45
TestProceed
Method · 0.45
Allocate
Method · 0.45
Y_UNIT_TEST
Function · 0.45
main
Function · 0.45
Strftime
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestAppend
Method · 0.36
TestCreate
Method · 0.36
TestOps
Method · 0.36
TestProceed
Method · 0.36