MCPcopy
hub / github.com/CodebuffAI/codebuff / stringifyVersion

Function stringifyVersion

packages/internal/src/utils/version-utils.ts:28–30  ·  view source on GitHub ↗
(version: Version)

Source from the content-addressed store, hash-verified

26}
27
28export function stringifyVersion(version: Version): string {
29 return `${version.major}.${version.minor}.${version.patch}`
30}
31
32/**
33 * Increment the patch version of a semantic version string

Callers 4

POSTFunction · 0.90
determineNextVersionFunction · 0.85
versionExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected