Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ data
Method
data
util/generic/array_ref.h:97–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
constexpr inline T* data() const noexcept {
98
return T_;
99
}
100
101
constexpr inline size_t size() const noexcept {
102
return S_;
Callers
4
TArrayRef
Class · 0.45
TArrayRef
Method · 0.45
as_bytes
Function · 0.45
as_writable_bytes
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected