MCPcopy Create free account
hub / github.com/blues/note / unsupportedTypeEncoder

Function unsupportedTypeEncoder

jsonxt/encode.go:624–626  ·  view source on GitHub ↗
(e *encodeState, v reflect.Value, _ encOpts)

Source from the content-addressed store, hash-verified

622}
623
624func unsupportedTypeEncoder(e *encodeState, v reflect.Value, _ encOpts) {
625 e.error(&UnsupportedTypeError{v.Type()})
626}
627
628type structEncoder struct {
629 fields []field

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected