MCPcopy 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

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