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

Function ctor

underscore-node-f.cjs:628–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626
627// Create a naked function reference for surrogate-prototype-swapping.
628function ctor() {
629 return function(){};
630}
631
632// An internal function for creating a new object that inherits from another.
633function 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…