MCPcopy
hub / github.com/codeaashu/claude-code / matchKey

Function matchKey

src/components/GlobalSearchDialog.tsx:320–322  ·  view source on GitHub ↗
(m: Match)

Source from the content-addressed store, hash-verified

318 return m.length ? [] : m;
319}
320function matchKey(m: Match): string {
321 return `${m.file}:${m.line}`;
322}
323
324/**
325 * Parse a ripgrep -n --no-heading output line: "path:line:text".

Callers 1

_temp4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected