(node)
| 289 | } |
| 290 | |
| 291 | function getRootConnection (node) { |
| 292 | if (node.parent === '#') { |
| 293 | return node.id; |
| 294 | } |
| 295 | return node.parents[node.parents.length-2]; |
| 296 | } |
| 297 | |
| 298 | function loadKey (connectionId, key, index) { |
| 299 | if (index) { |
no outgoing calls
no test coverage detected