MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp5

Function _temp5

src/components/LogSelector.tsx:1460–1468  ·  view source on GitHub ↗
(fuseIndex_0, debouncedDeepSearchQuery_0, setDeepSearchResults_0, setIsSearching_0)

Source from the content-addressed store, hash-verified

1458 return log_6.messages[0]?.uuid;
1459}
1460function _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}
1469function _temp4(r) {
1470 return {
1471 log: r.item.log,

Callers

nothing calls this directly

Calls 1

searchMethod · 0.65

Tested by

no test coverage detected