MCPcopy Index your code
hub / github.com/jashkenas/underscore / ctor

Function ctor

underscore.js:635–637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633
634 // Create a naked function reference for surrogate-prototype-swapping.
635 function ctor() {
636 return function(){};
637 }
638
639 // An internal function for creating a new object that inherits from another.
640 function baseCreate(prototype) {

Callers 1

baseCreateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…