Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/d3/d3
/ toHyperScript
Method
toHyperScript
docs/components/PlotRender.js:103–109 · docs/components/PlotRender.js::Element.toHyperScript
()
Source
from the content-addressed store, hash-verified
101
return
Style.empty;
102
}
103
toHyperScript() {
104
return
h(
105
this.tagName,
106
this.attributes,
107
this.children.map((c) => c.toHyperScript())
108
);
109
}
110
}
111
112
class
TextNode {
Callers
1
render
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected