Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ versionOne
Function
versionOne
packages/internal/src/utils/version-utils.ts:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
export
type
Version = { major: number; minor: number; patch: number }
8
9
export
function
versionOne(): Version {
10
return
{ major: 0, minor: 0, patch: 1 }
11
}
12
13
/**
14
* Parse a semantic version string into its components
Callers
1
version-utils.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected