Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WriteKey
Method
WriteKey
library/cpp/json/ordered_maps/json_writer_ordered.h:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void WriteKey(const TStringBuf key) {
158
Buf.WriteKey(key);
159
}
160
161
void WriteKey(const unsigned char* key) {
162
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