Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
637
type
failingMarshaler
struct
{}
638
639
func
(ft *failingMarshaler) MarshalYAML() (
interface
{}, error) {
640
return
nil, failingErr
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected