Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
func
(e *MarshalerError) Error() string {
270
return
"json: error calling MarshalJSON for type "
+ e.Type.String() +
": "
+ e.Err.Error()
271
}
272
273
var
hex =
"0123456789abcdef"
274
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected