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