MCPcopy Create free account
hub / github.com/breck7/scroll / get$1

Function get$1

external/.d3.js:1618–1624  ·  view source on GitHub ↗
(type, name)

Source from the content-addressed store, hash-verified

1616};
1617
1618function get$1(type, name) {
1619 for (var i = 0, n = type.length, c; i < n; ++i) {
1620 if ((c = type[i]).name === name) {
1621 return c.value;
1622 }
1623 }
1624}
1625
1626function set$1(type, name, callback) {
1627 for (var i = 0, n = type.length; i < n; ++i) {

Callers 1

.d3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected