(r)
| 1467 | setIsSearching_0(false); |
| 1468 | } |
| 1469 | function _temp4(r) { |
| 1470 | return { |
| 1471 | log: r.item.log, |
| 1472 | score: r.score, |
| 1473 | searchableText: r.item.searchableText |
| 1474 | }; |
| 1475 | } |
| 1476 | function _temp3(a, b) { |
| 1477 | const aTime = new Date(a.item.log.modified).getTime(); |
| 1478 | const bTime = new Date(b.item.log.modified).getTime(); |
nothing calls this directly
no outgoing calls
no test coverage detected