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

Method Error

jsonxt/encode.go:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267}
268
269func (e *MarshalerError) Error() string {
270 return "json: error calling MarshalJSON for type " + e.Type.String() + ": " + e.Err.Error()
271}
272
273var hex = "0123456789abcdef"
274

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected