MCPcopy
hub / github.com/psviderski/uncloud / String

Function String

internal/version/version.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func String() string {
29 if version == "" {
30 return "999.0.0-dev"
31 }
32 return version
33}
34
35// Info holds version and build metadata for an Uncloud binary.
36type Info struct {

Callers 8

InfoMethod · 0.92
interceptor.goFile · 0.92
mainFunction · 0.92
GetInfoFunction · 0.85
knFunction · 0.85
setFunction · 0.85
deletePropertyFunction · 0.85
nnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected