MCPcopy
hub / github.com/jasondavies/d3-cloud / functor

Function functor

index.js:402–404  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

400}
401
402function functor(d) {
403 return typeof d === "function" ? d : function() { return d; };
404}

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…