MCPcopy Create free account
hub / github.com/devspace-sh/devspace / allZero

Function allZero

pkg/util/constraint/version.go:183–190  ·  view source on GitHub ↗
(segs []int64)

Source from the content-addressed store, hash-verified

181}
182
183func allZero(segs []int64) bool {
184 for _, s := range segs {
185 if s != 0 {
186 return false
187 }
188 }
189 return true
190}
191
192func comparePart(preSelf string, preOther string) int {
193 if preSelf == preOther {

Callers 1

CompareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected