MCPcopy
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
583function copy(data)
584{
585 return JSON.parse(JSON.stringify(data));
586}
587
588function inArray(string, array)
589{

Callers 1

startFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected