Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ copy
Function
copy
scripts/opencomic.js:583–586 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
581
/*Global functions*/
582
583
function
copy(data)
584
{
585
return
JSON.parse(JSON.stringify(data));
586
}
587
588
function
inArray(string, array)
589
{
Callers
1
start
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected