(k)
| 346 | } |
| 347 | |
| 348 | function extractPt(k) { |
| 349 | var out = gd.calcdata.map(function (cd) { |
| 350 | return cd[0].hierarchy.descendants().map(function (pt) { |
| 351 | return pt[k]; |
| 352 | }); |
| 353 | }); |
| 354 | return out.length > 1 ? out : out[0]; |
| 355 | } |
| 356 | |
| 357 | it('should generate *id* when it can', function () { |
| 358 | _calc({ |
no outgoing calls
no test coverage detected
searching dependent graphs…