(text)
| 462 | } |
| 463 | |
| 464 | function match(text) { |
| 465 | return re != null && re.test(text); |
| 466 | } |
| 467 | |
| 468 | // drop currently selected items that do not match re. |
| 469 | selected.forEach(function(v, n) { |
no outgoing calls
no test coverage detected
searching dependent graphs…