MCPcopy
hub / github.com/ollm/OpenComic / htmlQuote

Function htmlQuote

scripts/opencomic.js:622–625  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

620}
621
622function htmlQuote(str)
623{
624 return String(str).replace(/"/g, '"');
625}
626
627function escapeQuotes(str, mode = false)
628{

Callers 1

opencomic.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected