Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPrivate
Method
GetPrivate
library/cpp/charset/codepage.h:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
private:
105
inline const CodePage* GetPrivate(ECharset e) const {
106
Y_ASSERT(e + DataShift >= 0 && e + DataShift < DataSize);
107
return Data[e + DataShift];
108
}
109
110
void SetData(const CodePage* cp);
111
Callers
1
TCodePageHash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected