Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
func
(e *UnsupportedTypeError) Error() string {
235
return
"json: unsupported type: "
+ e.Type.String()
236
}
237
238
// An UnsupportedValueError is returned by Marshal when attempting
239
type
UnsupportedValueError
struct
{
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected