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

Function _temp

src/components/LogSelector.tsx:1504–1506  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

1502 return false;
1503}
1504function _temp(log) {
1505 return [log, buildSearchableText(log)];
1506}
1507function extractSearchableText(message: SerializedMessage): string {
1508 // Only extract from user and assistant messages that have content
1509 if (message.type !== 'user' && message.type !== 'assistant') {

Callers

nothing calls this directly

Calls 1

buildSearchableTextFunction · 0.85

Tested by

no test coverage detected