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