Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Data
Method
Data
util/memory/pool.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
inline const char* Data() const noexcept {
76
return (const char*)(this + 1);
77
}
78
79
inline char* Data() noexcept {
80
return (char*)(this + 1);
Callers
1
Traverse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected