Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ hierarchy
Function
hierarchy
explainshell/web/static/js/d3.v3.js:5436–5440 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
5434
return
v;
5435
}
5436
function
hierarchy(d) {
5437
var
nodes = [];
5438
recurse(d, 0, nodes);
5439
return
nodes;
5440
}
5441
hierarchy.sort =
function
(x) {
5442
if
(!arguments.length)
return
sort;
5443
sort = x;
Callers
1
treemap
Function · 0.85
Calls
1
recurse
Function · 0.85
Tested by
no test coverage detected