Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ escHtml
Function
escHtml
packages/cli/src/commands/present.ts:305–311 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
303
}
304
305
function
escHtml(value: string): string {
306
return
value
307
.replace(/&/g,
"&"
)
308
.replace(/</g,
"<"
)
309
.replace(/>/g,
">"
)
310
.replace(/
"/g, "
"");
311
}
Callers
1
buildPresentPage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected