MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp4

Function _temp4

src/components/LogSelector.tsx:1469–1475  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected