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

Struct failingUnmarshaler

decode_test.go:1254–1254  ·  decode_test.go::failingUnmarshaler

Source from the content-addressed store, hash-verified

1252var failingErr = errors.New("failingErr")
1253
1254type failingUnmarshaler struct{}
1255
1256func (ft *failingUnmarshaler) UnmarshalYAML(node *yaml.Node) error {
1257 return failingErr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected