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

Method Error

jsonxt/encode.go:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234func (e *UnsupportedTypeError) Error() string {
235 return "json: unsupported type: " + e.Type.String()
236}
237
238// An UnsupportedValueError is returned by Marshal when attempting
239type UnsupportedValueError struct {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected