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

Method UnmarshalYAML

yaml.go:37–37  ·  view source on GitHub ↗
(value *Node)

Source from the content-addressed store, hash-verified

35// behavior when being unmarshaled from a YAML document.
36type Unmarshaler interface {
37 UnmarshalYAML(value *Node) error
38}
39
40type obsoleteUnmarshaler interface {

Callers 2

callUnmarshalerMethod · 0.65

Implementers 6

unmarshalerTypedecode_test.go
proxyTypeErrordecode_test.go
failingUnmarshalerdecode_test.go

Calls

no outgoing calls

Tested by

no test coverage detected