()
| 410 | |
| 411 | // Return current selection. |
| 412 | function getSelection() { |
| 413 | if (selected.size > 0) { |
| 414 | return selected; |
| 415 | } else if (options && options.current) { |
| 416 | return options.current(); |
| 417 | } |
| 418 | return new Map(); |
| 419 | } |
| 420 | |
| 421 | function handleDetails(e) { |
| 422 | e.preventDefault(); |
no outgoing calls
no test coverage detected
searching dependent graphs…