| 29 | string GetHtmlEscapedText(const string& txt) {return string("");} |
| 30 | |
| 31 | string GetColorHtmlEscapedText(Language lang, const string& txt) { |
| 32 | return string(""); |
| 33 | } |
| 34 | |
| 35 | string GetLangColorHtmlEscapedText(Language lang, const string& txt) { |
| 36 | return string(""); |
nothing calls this directly
no outgoing calls
no test coverage detected