Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
656
type
IsZeroer
interface
{
657
IsZero() bool
658
}
659
660
func
isZero(v reflect.Value) bool {
Callers
3
node
Method · 0.65
isZero
Function · 0.65
unmarshal
Method · 0.65
Implementers
1
Node
yaml.go
Calls
no outgoing calls
Tested by
no test coverage detected