Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Data
Method
Data
util/memory/blob.cpp:139–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
inline const void* Data() const noexcept {
140
return Map_.Ptr();
141
}
142
143
inline size_t Length() const noexcept {
144
return Map_.MappedSize();
Callers
4
CopyConstruct
Function · 0.45
ConstructFromMap
Function · 0.45
ReadFromFile
Function · 0.45
ConstructFromBuffer
Function · 0.45
Calls
1
Ptr
Method · 0.45
Tested by
no test coverage detected