MCPcopy Index your code
hub / github.com/dolanor/rip / noEncoder

Struct noEncoder

encoding/encoding.go:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type noEncoder struct {
99 missingEncoder string
100}
101
102func (e *noEncoder) Encode(v interface{}) error {
103 return fmt.Errorf("%q: %w", e.missingEncoder, ErrNoEncoderAvailable)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected