MCPcopy Create free account
hub / github.com/sql-js/sql.js / wrapper

Function wrapper

documentation/javascript/application.js:11393–11393  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

11391 // can be used OO-style. This wrapper holds altered versions of all the
11392 // underscore functions. Wrapped objects may be chained.
11393 var wrapper = function(obj) { this._wrapped = obj; };
11394
11395 // Expose `wrapper.prototype` as `_.prototype`
11396 _.prototype = wrapper.prototype;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…