Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ parseVer
Function
parseVer
src/cli/updateCCB.ts:84–84 ·
view source on GitHub ↗
(v: string)
Source
from the content-addressed store, hash-verified
82
*/
83
function
gte(a: string, b: string): boolean {
84
const
parseVer = (v: string) => v.replace(/^\D/,
''
).split(
'.'
).map(Number)
85
const
pa = parseVer(a)
86
const
pb = parseVer(b)
87
for
(
let
i = 0; i < 3; i++) {
Callers
1
gte
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected