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

Struct obsoleteFailingUnmarshaler

decode_test.go:1265–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263}
1264
1265type obsoleteFailingUnmarshaler struct{}
1266
1267func (ft *obsoleteFailingUnmarshaler) UnmarshalYAML(unmarshal func(interface{}) error) error {
1268 return failingErr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected