Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claude-code-best/claude-code
/ matchKey
Function
matchKey
src/components/GlobalSearchDialog.tsx:265–267 ·
view source on GitHub ↗
(m: Match)
Source
from the content-addressed store, hash-verified
263
}
264
265
function matchKey(m: Match): string {
266
return `${m.file}:${m.line}`;
267
}
268
269
/**
270
* Parse a ripgrep -n --no-heading output line:
"path:line:text"
.
Callers
1
handleQueryChange
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected