MCPcopy Create free account
hub / github.com/catboost/catboost / WriteKey

Method WriteKey

library/cpp/json/ordered_maps/json_ordered.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 TAfterColonContext TBuf::WriteKey(const TStringBuf& s) {
177 // use the default escaping mode for this object
178 return WriteKey(s, EscapeMode);
179 }
180
181 TAfterColonContext TBuf::WriteKey(const TStringBuf& s, EHtmlEscapeMode hem) {
182 BeginKey();

Callers 3

WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

TAfterColonContextClass · 0.70

Tested by

no test coverage detected