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

Struct failingMarshaler

encode_test.go:637–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637type failingMarshaler struct{}
638
639func (ft *failingMarshaler) MarshalYAML() (interface{}, error) {
640 return nil, failingErr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected