MCPcopy
hub / github.com/request/request / copy

Function copy

lib/helpers.js:42–48  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

40}
41
42function copy (obj) {
43 var o = {}
44 Object.keys(obj).forEach(function (i) {
45 o[i] = obj[i]
46 })
47 return o
48}
49
50function version () {
51 var numbers = process.version.replace('v', '').split('.')

Callers 1

request.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…