Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
63
func
IsDev() bool {
return
version ==
"0.0.0"
|| version ==
""
}
64
65
// Sem returns a semver spec.
66
func
Sem() *semver.Version {
Callers
2
compile
Method · 0.92
Get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected