MCPcopy Create free account
hub / github.com/aboSamoor/pycld2 / GetColorHtmlEscapedText

Function GetColorHtmlEscapedText

cld2/internal/debug_empty.cc:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29string GetHtmlEscapedText(const string& txt) {return string("");}
30
31string GetColorHtmlEscapedText(Language lang, const string& txt) {
32 return string("");
33}
34
35string GetLangColorHtmlEscapedText(Language lang, const string& txt) {
36 return string("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected