MCPcopy Create free account
hub / github.com/dresende/node-orm2 / clone

Function clone

test/integration/instance.js:158–158  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

156 var data = null;
157
158 function clone(obj) { return JSON.parse(JSON.stringify(obj)) };
159
160 beforeEach(function (done) {
161 data = {

Callers 1

instance.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected