MCPcopy Create free account
hub / github.com/KDAB/codebrowser / escape_html

Function escape_html

data/codebrowser.js:88–90  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

86 }
87
88 function escape_html(str) {
89 return $("<p/>").text(str).html();
90 }
91
92 var useExplain = {
93 r: "r: The variable is read",

Callers 3

computeTooltipContentFunction · 0.85
codebrowser.jsFile · 0.85
refreshHistoryBoxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected