Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ StackPtr
Method
StackPtr
util/system/context.cpp:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
inline char* StackPtr() noexcept {
85
return Data_;
86
}
87
88
private:
89
static inline char* AlignStackPtr(char* ptr) noexcept {
Callers
1
context.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected