MCPcopy
hub / github.com/openfaas/faas / BuildVersion

Function BuildVersion

gateway/version/version.go:18–23  ·  view source on GitHub ↗

BuildVersion returns current version of the provider

()

Source from the content-addressed store, hash-verified

16
17// BuildVersion returns current version of the provider
18func BuildVersion() string {
19 if len(Version) == 0 {
20 return DevVersion
21 }
22 return Version
23}

Callers 3

mainFunction · 0.92
RoundTripMethod · 0.92
MakeInfoHandlerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…