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

Method WriteKey

library/cpp/json/writer/json.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

AddEventMethod · 0.45
BeginEventMethod · 0.45
WriteArgsMethod · 0.45
WriteFlowMethod · 0.45
WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SerializeToJsonMethod · 0.45
TraceMethod · 0.45

Calls 1

TAfterColonContextClass · 0.70

Tested by

no test coverage detected