MCPcopy Index your code
hub / github.com/apache/pouchdb / clone$1

Function clone$1

lib/index.js:4046–4052  ·  view source on GitHub ↗
(_obj)

Source from the content-addressed store, hash-verified

4044}
4045
4046function clone$1(_obj) {
4047 var obj = {};
4048 for (var k in _obj) {
4049 obj[k] = _obj[k];
4050 }
4051 return obj;
4052}
4053
4054function nut(db, precodec, codec) {
4055 function encodePrefix(prefix, key, opts1, opts2) {

Callers 1

nutFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…