Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
622
function
htmlQuote(str)
623
{
624
return
String(str).replace(/"/g,
'"'
);
625
}
626
627
function
escapeQuotes(str, mode = false)
628
{
Callers
1
opencomic.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected