Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
402
function
functor(d) {
403
return
typeof d ===
"function"
? d :
function
() {
return
d; };
404
}
Callers
1
index.js
File · 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…