Function
_temp5
(fuseIndex_0, debouncedDeepSearchQuery_0, setDeepSearchResults_0, setIsSearching_0)
Source from the content-addressed store, hash-verified
| 1458 | return log_6.messages[0]?.uuid; |
| 1459 | } |
| 1460 | function _temp5(fuseIndex_0, debouncedDeepSearchQuery_0, setDeepSearchResults_0, setIsSearching_0) { |
| 1461 | const results = fuseIndex_0.search(debouncedDeepSearchQuery_0); |
| 1462 | results.sort(_temp3); |
| 1463 | setDeepSearchResults_0({ |
| 1464 | results: results.map(_temp4), |
| 1465 | query: debouncedDeepSearchQuery_0 |
| 1466 | }); |
| 1467 | setIsSearching_0(false); |
| 1468 | } |
| 1469 | function _temp4(r) { |
| 1470 | return { |
| 1471 | log: r.item.log, |
Callers
nothing calls this directly
Tested by
no test coverage detected