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

Function ctor

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

Source from the content-addressed store, hash-verified

10859
10860 // Reusable constructor function for prototype setting.
10861 var ctor = function(){};
10862
10863 // Create a function bound to a given object (assigning `this`, and arguments,
10864 // optionally). Binding with arguments is also known as `curry`.

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…