MCPcopy
hub / github.com/mongodb/node-mongodb-native / _

Function _

docs/2.2/js/underscore.js:48–52  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

46
47 // Create a safe reference to the Underscore object for use below.
48 var _ = function(obj) {
49 if (obj instanceof _) return obj;
50 if (!(this instanceof _)) return new _(obj);
51 this._wrapped = obj;
52 };
53
54 // Export the Underscore object for **Node.js**, with
55 // backwards-compatibility for the old `require()` API. If we're in

Callers 5

searchtools.jsFile · 0.70
displayNextItemFunction · 0.70
underscore.jsFile · 0.70
resultFunction · 0.70
doctools.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected