()
| 9024 | } |
| 9025 | |
| 9026 | function initializeStrength() { |
| 9027 | if (!nodes) return; |
| 9028 | |
| 9029 | for (var i = 0, n = links.length; i < n; ++i) { |
| 9030 | strengths[i] = +strength(links[i], i, links); |
| 9031 | } |
| 9032 | } |
| 9033 | |
| 9034 | function initializeDistance() { |
| 9035 | if (!nodes) return; |
no outgoing calls
no test coverage detected