MCPcopy
hub / github.com/opencloud-eu/opencloud / Compiled

Function Compiled

pkg/version/version.go:93–99  ·  view source on GitHub ↗

Compiled returns the compile time of this service.

()

Source from the content-addressed store, hash-verified

91
92// Compiled returns the compile time of this service.
93func Compiled() time.Time {
94 if Date == Dev {
95 return time.Now()
96 }
97 t, _ := time.Parse("20060102", Date)
98 return t
99}
100
101// GetString returns a version string with pre-releases and metadata
102func GetString() string {

Callers 15

benchmarkFunction · 0.92
VersionCommandFunction · 0.92
DefaultAppFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92
VersionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected