Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
36
type
Unmarshaler
interface
{
37
UnmarshalYAML(value *Node) error
38
}
39
40
type
obsoleteUnmarshaler
interface
{
Callers
2
callUnmarshaler
Method · 0.65
callObsoleteUnmarshaler
Method · 0.65
Implementers
6
unmarshalerType
decode_test.go
obsoleteUnmarshalerType
decode_test.go
proxyTypeError
decode_test.go
obsoleteProxyTypeError
decode_test.go
failingUnmarshaler
decode_test.go
obsoleteFailingUnmarshaler
decode_test.go
Calls
no outgoing calls
Tested by
no test coverage detected