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

Method WriteString

library/cpp/json/ordered_maps/json_ordered.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 TValueContext TBuf::WriteString(const TStringBuf& s) {
212 // use the default escaping mode for this object
213 return WriteString(s, EscapeMode);
214 }
215
216 TValueContext TBuf::WriteString(const TStringBuf& s, EHtmlEscapeMode hem) {
217 BeginValue();

Callers 3

WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

TValueContextClass · 0.70
WriteStringFunction · 0.50

Tested by

no test coverage detected