MCPcopy Create free account
hub / github.com/MALSync/MALSync / greaterCurrentVersion

Function greaterCurrentVersion

src/utils/version.ts:12–14  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

10}
11
12export function greaterCurrentVersion(version: string): boolean {
13 return semverGt(version, getCurrentVersion()) && version !== getCurrentVersion();
14}

Callers 1

initMethod · 0.90

Calls 1

getCurrentVersionFunction · 0.85

Tested by

no test coverage detected