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

Method WriteString

library/cpp/json/writer/json.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 }
203
204 TValueContext TBuf::WriteString(const TStringBuf& s) {
205 // use the default escaping mode for this object
206 return WriteString(s, EscapeMode);
207 }
208
209 TValueContext TBuf::WriteString(const TStringBuf& s, EHtmlEscapeMode hem) {
210 BeginValue();

Callers 8

AddEventMethod · 0.45
BeginEventMethod · 0.45
operator()Method · 0.45
WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SerializeToJsonMethod · 0.45
TraceMethod · 0.45

Calls 2

TValueContextClass · 0.70
WriteStringFunction · 0.50

Tested by

no test coverage detected