MCPcopy Create free account
hub / github.com/idank/explainshell / d3_selection_dataNode

Function d3_selection_dataNode

explainshell/web/static/js/d3.v3.js:894–898  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

892 return update;
893 };
894 function d3_selection_dataNode(data) {
895 return {
896 __data__: data
897 };
898 }
899 d3_selectionPrototype.datum = function(value) {
900 return arguments.length ? this.property("__data__", value) : this.property("__data__");
901 };

Callers 1

bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected