MCPcopy Create free account
hub / github.com/GetStream/stream-cli / FmtVersion

Function FmtVersion

pkg/version/version.go:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func FmtVersion() string {
14 return fmt.Sprintf("%d.%d.%d",
15 versionMajor,
16 versionMinor,
17 versionPatch)
18}

Callers 2

getUrlFunction · 0.92
NewCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected