MCPcopy Create free account
hub / github.com/google/go-querystring / zeroable

Interface zeroable

query/encode.go:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 type zeroable interface {
333 IsZero() bool
334 }
335
336 if z, ok := v.Interface().(zeroable); ok {
337 return z.IsZero()

Callers 1

isEmptyValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…