MCPcopy 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

OpenMapMethod · 0.45
OpenArrayMethod · 0.45
WriteMethod · 0.45
UnsafeWriteMethod · 0.45
WriteNullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected