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

Function ctor

GUI/codemirror/lib/codemirror.js:7034–7034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7032 inst = Object.create(base);
7033 } else {
7034 var ctor = function() {};
7035 ctor.prototype = base;
7036 inst = new ctor();
7037 }

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…