Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WriteKey
Method
WriteKey
library/cpp/json/json_writer.h:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void WriteKey(const TStringBuf key) {
160
Buf.WriteKey(key);
161
}
162
163
void WriteKey(const unsigned char* key) {
164
WriteKey((const char*)key);
Callers
5
OpenMap
Method · 0.45
OpenArray
Method · 0.45
Write
Method · 0.45
UnsafeWrite
Method · 0.45
WriteNull
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected