Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeTooltipContent
Function · 0.85
codebrowser.js
File · 0.85
refreshHistoryBox
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected