MCPcopy Index your code
hub / github.com/coder/coder / IsDevVersion

Function IsDevVersion

buildinfo/buildinfo.go:86–88  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

84}
85
86func IsDevVersion(v string) bool {
87 return strings.Contains(v, "-"+develPreRelease)
88}
89
90// IsRCVersion returns true if the version has a release candidate
91// pre-release tag, e.g. "v2.31.0-rc.0".

Callers 2

serverVersionMessageFunction · 0.92
IsDevFunction · 0.85

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected