MCPcopy Create free account
hub / github.com/breck7/scroll / selection_append

Function selection_append

external/.d3.js:2344–2349  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2342}
2343
2344function selection_append(name) {
2345 var create = typeof name === "function" ? name : creator(name);
2346 return this.select(function() {
2347 return this.appendChild(create.apply(this, arguments));
2348 });
2349}
2350
2351function constantNull() {
2352 return null;

Callers

nothing calls this directly

Calls 2

creatorFunction · 0.85
selectMethod · 0.80

Tested by

no test coverage detected