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

Function enclosesWeakAll

external/.d3.js:13349–13356  ·  view source on GitHub ↗
(a, B)

Source from the content-addressed store, hash-verified

13347}
13348
13349function enclosesWeakAll(a, B) {
13350 for (var i = 0; i < B.length; ++i) {
13351 if (!enclosesWeak(a, B[i])) {
13352 return false;
13353 }
13354 }
13355 return true;
13356}
13357
13358function encloseBasis(B) {
13359 switch (B.length) {

Callers 1

extendBasisFunction · 0.85

Calls 1

enclosesWeakFunction · 0.85

Tested by

no test coverage detected