MCPcopy
hub / github.com/go-yaml/yaml / IsZero

Method IsZero

yaml.go:657–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

655// is time.Time.
656type IsZeroer interface {
657 IsZero() bool
658}
659
660func isZero(v reflect.Value) bool {

Callers 3

nodeMethod · 0.65
isZeroFunction · 0.65
unmarshalMethod · 0.65

Implementers 1

Nodeyaml.go

Calls

no outgoing calls

Tested by

no test coverage detected