| 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(); |
no test coverage detected