MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / IsDev

Function IsDev

pkg/util/version/version.go:63–63  ·  view source on GitHub ↗

IsDev determines if this is a dev version.

()

Source from the content-addressed store, hash-verified

61
62// IsDev determines if this is a dev version.
63func IsDev() bool { return version == "0.0.0" || version == "" }
64
65// Sem returns a semver spec.
66func Sem() *semver.Version {

Callers 2

compileMethod · 0.92
GetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected