Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ escapeHtml
Function
escapeHtml
packages/cli/src/auth/loopback.ts:207–214 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
205
}
206
207
function
escapeHtml(s: string): string {
208
return
s
209
.replace(/&/g,
"&"
)
210
.replace(/</g,
"<"
)
211
.replace(/>/g,
">"
)
212
.replace(/
"/g, "
"")
213
.replace(/'/g,
"'"
);
214
}
Callers
1
errorPage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected